de.fub.bytecode
Class ClassPath.ClassFile
java.lang.Object
|
+--de.fub.bytecode.ClassPath.ClassFile
- Enclosing class:
- ClassPath
- public abstract static class ClassPath.ClassFile
- extends java.lang.Object
Contains information about file/ZIP entry of the Java class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassPath.ClassFile
public ClassPath.ClassFile()
getInputStream
public abstract java.io.InputStream getInputStream()
throws java.io.IOException
- Returns:
- input stream for class file.
getPath
public abstract java.lang.String getPath()
- Returns:
- canonical path to class file.
getTime
public abstract long getTime()
- Returns:
- modification time of class file.
getSize
public abstract long getSize()
- Returns:
- size of class file.