|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mat.hprof.HprofRandomAccessParser
public class HprofRandomAccessParser
| Field Summary | |
|---|---|
static int |
LAZY_LOADING_LIMIT
|
| Constructor Summary | |
|---|---|
HprofRandomAccessParser(File file,
org.eclipse.mat.hprof.AbstractParser.Version version,
int identifierSize,
HprofPreferences.HprofStrictness strictnessPreference)
|
|
| Method Summary | |
|---|---|
void |
close()
|
IObject |
read(int objectId,
long position,
ISnapshot dump)
|
long[] |
readObjectArray(org.eclipse.mat.hprof.ArrayDescription.Offline descriptor,
int offset,
int length)
|
byte[] |
readPrimitiveArray(org.eclipse.mat.hprof.ArrayDescription.Offline descriptor,
int offset,
int length)
|
List<IClass> |
resolveClassHierarchy(ISnapshot snapshot,
IClass clazz)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LAZY_LOADING_LIMIT
| Constructor Detail |
|---|
public HprofRandomAccessParser(File file,
org.eclipse.mat.hprof.AbstractParser.Version version,
int identifierSize,
HprofPreferences.HprofStrictness strictnessPreference)
throws IOException
IOException| Method Detail |
|---|
public void close()
throws IOException
IOException
public IObject read(int objectId,
long position,
ISnapshot dump)
throws IOException,
SnapshotException
IOException
SnapshotException
public List<IClass> resolveClassHierarchy(ISnapshot snapshot,
IClass clazz)
throws SnapshotException
SnapshotException
public long[] readObjectArray(org.eclipse.mat.hprof.ArrayDescription.Offline descriptor,
int offset,
int length)
throws IOException
IOException
public byte[] readPrimitiveArray(org.eclipse.mat.hprof.ArrayDescription.Offline descriptor,
int offset,
int length)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||