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
IOException
public abstract void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public abstract IntIndexInput.Index index() throws IOException
IOException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.