|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.bcel.util
Interface ClassPath.ClassFile

- Enclosing interface:
- ClassPath
- public static interface ClassPath.ClassFile
Contains information about file/ZIP entry of the Java class.
Method Summary | |
java.lang.String |
getBase()
|
java.io.InputStream |
getInputStream()
|
java.lang.String |
getPath()
|
long |
getSize()
|
long |
getTime()
|
Method Detail |
getInputStream
public java.io.InputStream getInputStream() throws java.io.IOException
getPath
public java.lang.String getPath()
getBase
public java.lang.String getBase()
getTime
public long getTime()
getSize
public long getSize()
|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |