Uses of Class
jellyj.classfile.util.ByteSequence

Packages that use ByteSequence
jellyj.classfile.classgen 
jellyj.classfile.javaclass 

Uses of ByteSequence in jellyj.classfile.classgen
 

Methods in jellyj.classfile.classgen with parameters of type ByteSequence
final static InstructionInstruction.readInstruction(ByteSequence bytes)
          Read an instruction from (byte code) input stream and return the appropiate object.
 

Uses of ByteSequence in jellyj.classfile.javaclass
 

Methods in jellyj.classfile.javaclass with parameters of type ByteSequence
final static StringUtility.codeToString(ByteSequence bytes, ConstantPool constant_pool)
          Disassemble a stream of byte codes and return the string representation.