Package org.eclipse.mat.parser.index
Class IndexReader
java.lang.Object
org.eclipse.mat.parser.index.IndexReader
Implementations to read index files.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
An int to int index reader.static class
static class
Creates a int to long index reader Disk file structure:static class
Creates a index reader for array sizes, presuming the sizes are stored as ints and get expanded in the reverse of the compression. -
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
Debug flag for use by developers of MAT -
Constructor Summary
-
Method Summary
-
Field Details
-
DEBUG
public static final boolean DEBUGDebug flag for use by developers of MAT- See Also:
-
-
Constructor Details
-
IndexReader
public IndexReader()
-