org.openjdk.jol.heap
Class HeapDumpReader

java.lang.Object
  extended by org.openjdk.jol.heap.HeapDumpReader

public class HeapDumpReader
extends Object

Experimental heap dump reader

Author:
Aleksey Shipilev

Constructor Summary
HeapDumpReader(File file)
           
 
Method Summary
 Multiset<ClassData> parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapDumpReader

public HeapDumpReader(File file)
               throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

parse

public Multiset<ClassData> parse()
                          throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.