|
ej-technologies | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
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 Summary | |
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. |
This package contains classes which convert between the class file format and the reprensentations defined in the packages org.gjt.jclasslib.structures and org.gjt.jclasslib.bytecode.
|
ej-technologies | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |