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