public final class ConstantPoolParser
extends java.lang.Object
| Constructor and Description |
|---|
ConstantPoolParser(ByteArray bytes)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEndOffset()
Gets the end offset of this constant pool in the
byte[]
which it came from. |
StdConstantPool |
getPool()
Gets the actual constant pool.
|
void |
setObserver(ParseObserver observer)
Sets the parse observer for this instance.
|
public ConstantPoolParser(ByteArray bytes)
bytes - non-null; the bytes of the filepublic void setObserver(ParseObserver observer)
observer - null-ok; the observerpublic int getEndOffset()
byte[]
which it came from.>= 10; the end offsetpublic StdConstantPool getPool()
non-null; the constant poolCopyright © 2020. All Rights Reserved.