|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FSDirectory.FSIndexInput | |
|---|---|
| org.apache.lucene.store | Binary i/o API, used for all index data. |
| Uses of FSDirectory.FSIndexInput in org.apache.lucene.store |
|---|
| Subclasses of FSDirectory.FSIndexInput in org.apache.lucene.store | |
|---|---|
protected static class |
NIOFSDirectory.NIOFSIndexInput
Reads bytes with FileChannel.read(ByteBuffer, long) |
protected static class |
SimpleFSDirectory.SimpleFSIndexInput
Reads bytes with RandomAccessFile.seek(long) followed by
RandomAccessFile.read(byte[], int, int). |
| Methods in org.apache.lucene.store that return FSDirectory.FSIndexInput | |
|---|---|
FSDirectory.FSIndexInput |
FSDirectory.FSIndexInput.clone()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||