All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.InputStream | +----java.io.FilterInputStream | +----java.io.DataInputStream | +----gnu.bytecode.ClassFileInput
public ClassFileInput(InputStream str) throws IOException
public ClassFileInput(ClassType ctype, InputStream str) throws IOException, ClassFormatError
public static ClassType readClassType(InputStream str) throws IOException, ClassFormatError
public boolean readHeader() throws IOException
public ConstantPool readConstants() throws IOException
public void readClassInfo() throws IOException
public int readAttributes(AttrContainer container) throws IOException
public final void skipAttribute(int length) throws IOException
public Attribute readAttribute(String name, int length, AttrContainer container) throws IOException
public void readFields() throws IOException
public void readMethods() throws IOException
All Packages Class Hierarchy This Package Previous Next Index