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() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract IntIndexInput.Index |
index() |
abstract IntIndexInput.Reader |
reader() |
public abstract IntIndexInput.Reader reader() throws IOException
IOExceptionpublic abstract void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic abstract IntIndexInput.Index index() throws IOException
IOExceptionCopyright © 2000–2021 The Apache Software Foundation. All rights reserved.