public abstract class IndexReader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexReader.IntIndex1NSortedReader |
static class |
IndexReader.IntIndexReader
An int to int index reader.
|
static class |
IndexReader.LongIndex1NReader |
static class |
IndexReader.LongIndexReader
Creates a int to long index reader
Disk file structure:
|
static class |
IndexReader.SizeIndexReader
Creates a index reader for array sizes, presuming the sizes are stored as ints
and get expanded in the reverse of the compression.
|
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG |
Constructor and Description |
---|
IndexReader() |
public static final boolean DEBUG