Package org.eclipse.mat.hprof
Class Pass2Parser
java.lang.Object
org.eclipse.mat.hprof.Pass2Parser
Parser used to read the hprof formatted heap dump
-
Constructor Summary
ConstructorDescriptionPass2Parser
(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference, long streamLength, boolean parallel) -
Method Summary
-
Constructor Details
-
Pass2Parser
public Pass2Parser(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference, long streamLength, boolean parallel)
-
-
Method Details
-
read
public void read(File file, String prefix, String dumpNrToRead) throws SnapshotException, IOException - Throws:
SnapshotException
IOException
-
readValue
public static Object readValue(IPositionInputStream in, ISnapshot snapshot, int type, int idSize) throws IOException - Throws:
IOException
-