org.eclipse.mat.hprof
Class Pass2Parser

java.lang.Object
  extended by org.eclipse.mat.hprof.Pass2Parser

public class Pass2Parser
extends Object

Parser used to read the hprof formatted heap dump


Constructor Summary
Pass2Parser(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference)
           
 
Method Summary
 void read(File file, String dumpNrToRead)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pass2Parser

public Pass2Parser(IHprofParserHandler handler,
                   SimpleMonitor.Listener monitor,
                   HprofPreferences.HprofStrictness strictnessPreference)
Method Detail

read

public void read(File file,
                 String dumpNrToRead)
          throws SnapshotException,
                 IOException
Throws:
SnapshotException
IOException