|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use BufferedIndexInput | |
|---|---|
| org.apache.lucene.store | Binary i/o API, used for all index data. |
| Uses of BufferedIndexInput in org.apache.lucene.store |
|---|
| Subclasses of BufferedIndexInput in org.apache.lucene.store | |
|---|---|
protected static class |
FSDirectory.FSIndexInput
Base class for reading input from a RandomAccessFile |
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 BufferedIndexInput | |
|---|---|
BufferedIndexInput |
BufferedIndexInput.clone()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||