protected static class FSDirectory.FSIndexInput
extends org.apache.lucene.store.BufferedIndexInput
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FSDirectory.FSIndexInput.Descriptor |
| Modifier and Type | Field and Description |
|---|---|
protected FSDirectory.FSIndexInput.Descriptor |
file |
| Constructor and Description |
|---|
FSIndexInput(File path) |
FSIndexInput(File path,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
close() |
long |
length() |
protected void |
readInternal(byte[] b,
int offset,
int len)
IndexInput methods
|
protected void |
seekInternal(long position) |
getBufferSize, getFilePointer, newBuffer, readByte, readBytes, readBytes, seek, setBufferSizeprotected final FSDirectory.FSIndexInput.Descriptor file
public FSIndexInput(File path) throws IOException
IOExceptionpublic FSIndexInput(File path, int bufferSize) throws IOException
IOExceptionprotected void readInternal(byte[] b,
int offset,
int len)
throws IOException
readInternal in class org.apache.lucene.store.BufferedIndexInputIOExceptionpublic void close()
throws IOException
close in class org.apache.lucene.store.IndexInputIOExceptionprotected void seekInternal(long position)
seekInternal in class org.apache.lucene.store.BufferedIndexInputpublic long length()
length in class org.apache.lucene.store.IndexInputpublic Object clone()
clone in class org.apache.lucene.store.BufferedIndexInputCopyright © 2005–2018 Alfresco Software. All rights reserved.