Package org.aspectj.apache.bcel.util
Interface ClassPath.ClassFile
-
- Enclosing class:
- ClassPath
public static interface ClassPath.ClassFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBase()InputStreamgetInputStream()StringgetPath()longgetSize()longgetTime()
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
getPath
String getPath()
-
getBase
String getBase()
-
getTime
long getTime()
-
getSize
long getSize()
-
-