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
IOException
public abstract void close() throws IOException
close
in interface Closeable
IOException
public abstract IntIndexInput.Index index() throws IOException
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.