org.apache.lucene.codecs.sep
public abstract class IntIndexInput extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
IntIndexInput.Index
Records a single skip-point in the
IntIndexInput.Reader. |
static class |
IntIndexInput.Reader
Reads int values.
|
| Constructor and Description |
|---|
IntIndexInput() |
public abstract IntIndexInput.Reader reader() throws IOException
IOExceptionpublic abstract void close()
throws IOException
close in interface CloseableIOExceptionpublic abstract IntIndexInput.Index index() throws IOException
IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.