public static class BytecodeAttribute.Fn extends Object
| Constructor and Description |
|---|
Fn() |
| Modifier and Type | Method and Description |
|---|---|
static BytecodeAttribute |
read(BinaryInputStream input,
Map<Integer,Constant.Info> constantPool,
Map<String,BytecodeAttribute.Reader> readers)
Read a BytecodeAttribute from an input stream, using the given
constant pool and readers map to decode them.
|
static List<BytecodeAttribute> |
read(int count,
BinaryInputStream input,
Map<Integer,Constant.Info> constantPool,
Map<String,BytecodeAttribute.Reader> readers)
Read a list of BytecodeAttributes from an input stream, using the
given constant pool and readers map to decode them.
|
public static List<BytecodeAttribute> read(int count, BinaryInputStream input, Map<Integer,Constant.Info> constantPool, Map<String,BytecodeAttribute.Reader> readers) throws IOException
count - --- number of attributes to readinput - --- input stream to read fromconstantPool - --- pool for decoding constantsreaders - --- list of decoders for reading attributesIOExceptionpublic static BytecodeAttribute read(BinaryInputStream input, Map<Integer,Constant.Info> constantPool, Map<String,BytecodeAttribute.Reader> readers) throws IOException
input - --- input stream to read fromconstantPool - --- pool for decoding constantsreaders - --- list of decoders for reading attributesIOExceptionCopyright © 2016. All rights reserved.