public abstract class HprofFieldReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HprofFieldReader[] |
READERS |
Constructor and Description |
---|
HprofFieldReader() |
Modifier and Type | Method and Description |
---|---|
abstract void |
readField(HprofParser parser,
HprofInstanceManager instanceManager,
long sourceInstanceId,
long sourceClassId,
int fieldIndex) |
java.lang.String |
toString() |
public static final HprofFieldReader[] READERS
public abstract void readField(HprofParser parser, HprofInstanceManager instanceManager, long sourceInstanceId, long sourceClassId, int fieldIndex) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object