public static class IndexReader.LongIndex1NReader extends Object implements IIndexReader
IIndexReader.IOne2LongIndex, IIndexReader.IOne2ManyIndex, IIndexReader.IOne2ManyObjectsIndex, IIndexReader.IOne2OneIndex, IIndexReader.IOne2SizeIndex
Constructor and Description |
---|
LongIndex1NReader(File indexFile) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the backing file.
|
void |
delete()
Delete the backing file.
|
long[] |
get(int index) |
int |
size()
Size of the index
|
void |
unload()
Clear the caches.
|
public LongIndex1NReader(File indexFile) throws IOException
IOException
public long[] get(int index)
public void close()
IIndexReader
close
in interface IIndexReader
public void unload()
IIndexReader
unload
in interface IIndexReader
public int size()
IIndexReader
size
in interface IIndexReader
public void delete()
IIndexReader
delete
in interface IIndexReader