org.apache.lucene.store
protected static class FSDirectory.FSIndexInput extends BufferedIndexInput
Constructor Summary | |
---|---|
FSIndexInput(File path) | |
FSIndexInput(File path, int bufferSize) |
Method Summary | |
---|---|
Object | clone() |
void | close() |
long | length() |
protected void | readInternal(byte[] b, int offset, int len) IndexInput methods |
protected void | seekInternal(long position) |