public final class BinaryHprof extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryHprof.ControlSettings |
static class |
BinaryHprof.Tag |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_SIZE
Currently code only supports 4 byte id size.
|
| Constructor and Description |
|---|
BinaryHprof() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readMagic(DataInputStream in)
Returns the file's magic value as a String if found, otherwise null.
|
public static final int ID_SIZE
public static final String readMagic(DataInputStream in)