protected static class FSDirectory.FSIndexOutput
extends org.apache.lucene.store.BufferedIndexOutput
| Constructor and Description |
|---|
FSIndexOutput(File path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flushBuffer(byte[] b,
int offset,
int size)
output methods:
|
long |
length() |
void |
seek(long pos)
Random-access methods
|
void |
setLength(long length) |
flush, getFilePointer, writeByte, writeBytespublic FSIndexOutput(File path) throws IOException
IOExceptionpublic void flushBuffer(byte[] b,
int offset,
int size)
throws IOException
flushBuffer in class org.apache.lucene.store.BufferedIndexOutputIOExceptionpublic void close()
throws IOException
close in class org.apache.lucene.store.BufferedIndexOutputIOExceptionpublic void seek(long pos)
throws IOException
seek in class org.apache.lucene.store.BufferedIndexOutputIOExceptionpublic long length()
throws IOException
length in class org.apache.lucene.store.BufferedIndexOutputIOExceptionpublic void setLength(long length)
throws IOException
setLength in class org.apache.lucene.store.IndexOutputIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.