|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryInputStream | |
|---|---|
| jasm.lang | Provides core class for representing JVM class files, bytecodes, types and constants. |
| Uses of BinaryInputStream in jasm.lang |
|---|
| Methods in jasm.lang with parameters of type BinaryInputStream | |
|---|---|
BytecodeAttribute |
BytecodeAttribute.Reader.read(BinaryInputStream input,
java.util.Map<java.lang.Integer,Constant.Info> constantPool)
|
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 | |||||||||