org.apache.bcel.util
Interface ClassPath.ClassFile
public static interface ClassPath.ClassFile
Contains information about file/ZIP entry of the Java class.
getBase
public String getBase()
- base path of found class, i.e. class is contained relative
to that path, which may either denote a directory, or zip file
getInputStream
public InputStream getInputStream()
throws IOException
- input stream for class file.
getPath
public String getPath()
- canonical path to class file.
getSize
public long getSize()
- size of class file.
getTime
public long getTime()
- modification time of class file.