com.caucho.env.hprof
Class HprofFieldReader
java.lang.Object
com.caucho.env.hprof.HprofFieldReader
public abstract class HprofFieldReader
- extends java.lang.Object
Class in a JDK's .hprof file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
READERS
public static final HprofFieldReader[] READERS
HprofFieldReader
public HprofFieldReader()
readField
public abstract void readField(HprofParser parser,
HprofInstanceManager instanceManager,
long sourceInstanceId,
long sourceClassId,
int fieldIndex)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object