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