public abstract class FixedIntBlockIndexInput extends IntIndexInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
FixedIntBlockIndexInput.BlockReader
Interface for fixed-size block decoders.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
blockSize |
| Constructor and Description |
|---|
FixedIntBlockIndexInput(IndexInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract FixedIntBlockIndexInput.BlockReader |
getBlockReader(IndexInput in,
int[] buffer) |
org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput.Index |
index() |
org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput.Reader |
reader() |
public FixedIntBlockIndexInput(IndexInput in) throws IOException
IOExceptionpublic org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput.Reader reader()
throws IOException
reader in class IntIndexInputIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in class IntIndexInputIOExceptionpublic org.apache.lucene.codecs.intblock.FixedIntBlockIndexInput.Index index()
index in class IntIndexInputprotected abstract FixedIntBlockIndexInput.BlockReader getBlockReader(IndexInput in, int[] buffer) throws IOException
IOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.