See: Description
Interface | Description |
---|---|
ByteCodeInput |
Extends DataInput to accomodate for a method to retrieve the number
of bytes read.
|
ByteCodeOutput |
Extends DataOutput to accomodate for a method to retrieve the number
of bytes written.
|
Class | Description |
---|---|
ByteCodeInputStream |
DataInputStream which extends ByteCodeInput.
|
ByteCodeOutputStream |
DataOutputStream which extends ByteCodeOutput.
|
ByteCodeReader |
Converts code to a list of instructions as defined in the package
org.gjt.jclasslib.code.
|
ByteCodeWriter |
Converts a list of instructions as defined in the package
org.gjt.jclasslib.code to code.
|
ClassFileReader |
Converts class files to a class file structure ClassFile as defined in
org.gjt.jclasslib.structures.
|
ClassFileWriter |
Converts class file structure ClassFile as defined in
org.gjt.jclasslib.structures to class files.
|
CountedInputStream |
InputStream which counts the number of bytes read.
|
CountedOutputStream |
OutputStream which counts the number of bytes written.
|
Log |
Utility class to log errors, warnings and debug messages.
|