Package org.gjt.jclasslib.io
See: Description
-
Interface Summary Interface Description ByteCodeInput Extends DataInput to accommodate for a method to retrieve the number of bytes read. ByteCodeOutput Extends DataOutput to accommodate for a method to retrieve the number of bytes written. -
Class Summary Class Description ByteCodeInputStream DataInputStream which extends ByteCodeInput. ByteCodeOutputStream DataOutputStream which extends ByteCodeOutput. CountedInputStream InputStream which counts the number of bytes read. CountedDataInputStream CountedOutputStream OutputStream which counts the number of bytes written. CountedDataOutputStream JimageKt -
Object Summary Object Description 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.