public class Pass1Parser extends Object
Constructor and Description |
---|
Pass1Parser(IHprofParserHandler handler,
SimpleMonitor.Listener monitor,
HprofPreferences.HprofStrictness strictnessPreference) |
Modifier and Type | Method and Description |
---|---|
long |
biggestArrays()
Total of the size of the k biggest object arrays.
|
void |
read(File file,
String dumpNrToRead,
long estimatedLength) |
static Object |
readValue(IPositionInputStream in,
ISnapshot snapshot,
int type,
int idSize) |
long |
streamLength()
The stream length (in case the dump is compressed).
|
public Pass1Parser(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference)
public void read(File file, String dumpNrToRead, long estimatedLength) throws SnapshotException, IOException
SnapshotException
IOException
public long biggestArrays()
public long streamLength()
public static Object readValue(IPositionInputStream in, ISnapshot snapshot, int type, int idSize) throws IOException
IOException