| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Instruction | Instruction.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 String | Utility.codeToString(ByteSequence bytes, ConstantPool constant_pool) Disassemble a stream of byte codes and return the string representation. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |