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) |
IntIndexInput.Index |
index() |
IntIndexInput.Reader |
reader() |
public FixedIntBlockIndexInput(IndexInput in) throws IOException
IOExceptionpublic IntIndexInput.Reader reader() throws IOException
reader in class IntIndexInputIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in class IntIndexInputIOExceptionpublic IntIndexInput.Index index()
index in class IntIndexInputprotected abstract FixedIntBlockIndexInput.BlockReader getBlockReader(IndexInput in, int[] buffer) throws IOException
IOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.