public class BinaryDumpReader extends Object implements IHprofReader
Constructor and Description |
---|
BinaryDumpReader() |
Modifier and Type | Method and Description |
---|---|
void |
go() |
void |
handleHeapDump() |
void |
handleHeapDumpEnd() |
void |
handleLoadClass() |
void |
handleString() |
static FileInputStream |
openHprofFile(String fileName) |
void |
parse(Madmap owner,
String fileName) |
void |
setLogger(ILogger logger) |
static void |
usage() |
public void setLogger(ILogger logger)
public void parse(Madmap owner, String fileName)
parse
in interface IHprofReader
public static FileInputStream openHprofFile(String fileName)
public void handleString() throws IOException
IOException
public void handleLoadClass() throws IOException
IOException
public void handleHeapDumpEnd() throws IOException
IOException
public void handleHeapDump() throws IOException
IOException
public void go()
public static void usage()
Copyright © 2008-2012. All Rights Reserved.