org.apache.lucene.codecs.sep
public abstract class IntIndexOutput extends Object implements Closeable
NOTE: block sizes could be variable
| Modifier and Type | Class and Description |
|---|---|
static class |
IntIndexOutput.Index
Records a single skip-point in the IndexOutput.
|
| Constructor and Description |
|---|
IntIndexOutput() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract IntIndexOutput.Index |
index()
If you are indexing the primary output file, call
this and interact with the returned IndexWriter.
|
abstract void |
write(int v)
Write an int to the primary file.
|
public abstract void write(int v)
throws IOException
IOExceptionpublic abstract IntIndexOutput.Index index() throws IOException
IOExceptionpublic abstract void close()
throws IOException
close in interface CloseableIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.