public class ClassFile extends Object
| Constructor and Description | 
|---|
| ClassFile() | 
| Modifier and Type | Method and Description | 
|---|---|
| Vector<String> | getClassRefs()Get the classes which this class references. | 
| String | getFullClassName()Get the class' fully qualified name in dot format. | 
| void | read(InputStream stream)Read the class from a data stream. | 
public Vector<String> getClassRefs()
public String getFullClassName()
public void read(InputStream stream) throws IOException, ClassFormatError
stream - an InputStream from which the class will be readIOException - if there is a problem reading from the given
      stream.ClassFormatError - if the class cannot be parsed correctly