Package | Description |
---|---|
org.eclipse.mat.dtfj |
This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps,
and is just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.parser |
Interfaces for handling indexes.
|
Modifier and Type | Method and Description |
---|---|
long[] |
DTFJHeapObjectReader.readObjectArrayContent(ObjectArrayImpl array,
int offset,
int length)
Read some of the contents of an array
|
Modifier and Type | Method and Description |
---|---|
long[] |
HprofHeapObjectReader.readObjectArrayContent(ObjectArrayImpl array,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
long[] |
IObjectReader.readObjectArrayContent(ObjectArrayImpl array,
int offset,
int length)
Get detailed information about a object array
|