Package | Description |
---|---|
org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.hprof.describer |
Content describer for HPROF dumps, in a separate package so
bundle not started just for content provider calls.
|
Constructor and Description |
---|
HprofRandomAccessParser(File file,
Version version,
int identifierSize,
long len,
HprofPreferences.HprofStrictness strictnessPreference) |
Modifier and Type | Method and Description |
---|---|
static Version |
Version.byLabel(String label) |
static Version |
Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version[] |
Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|