|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BytecodeAttribute.Reader | |
---|---|
jasm.io | Provides classes for reading/writing class files and Jasm files. |
jasm.lang | Provides core class for representing JVM class files, bytecodes, types and constants. |
Uses of BytecodeAttribute.Reader in jasm.io |
---|
Constructors in jasm.io with parameters of type BytecodeAttribute.Reader | |
---|---|
ClassFileReader(byte[] b,
BytecodeAttribute.Reader... readers)
Construct reader from byte array representing classfile. |
|
ClassFileReader(java.io.InputStream in,
BytecodeAttribute.Reader... readers)
Construct reader for classfile from InputStream |
Constructor parameters in jasm.io with type arguments of type BytecodeAttribute.Reader | |
---|---|
ClassFileReader(byte[] b,
java.util.Collection<BytecodeAttribute.Reader> readers)
Construct reader from byte array representing classfile. |
|
ClassFileReader(java.io.InputStream in,
java.util.Collection<BytecodeAttribute.Reader> readers)
Construct reader for classfile from InputStream |
Uses of BytecodeAttribute.Reader in jasm.lang |
---|
Method parameters in jasm.lang with type arguments of type BytecodeAttribute.Reader | |
---|---|
static BytecodeAttribute |
BytecodeAttribute.Fn.read(BinaryInputStream input,
java.util.Map<java.lang.Integer,Constant.Info> constantPool,
java.util.Map<java.lang.String,BytecodeAttribute.Reader> readers)
Read a BytecodeAttribute from an input stream, using the given constant pool and readers map to decode them. |
static java.util.List<BytecodeAttribute> |
BytecodeAttribute.Fn.read(int count,
BinaryInputStream input,
java.util.Map<java.lang.Integer,Constant.Info> constantPool,
java.util.Map<java.lang.String,BytecodeAttribute.Reader> readers)
Read a list of BytecodeAttributes from an input stream, using the given constant pool and readers map to decode them. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |