| Package | Description |
|---|---|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| Modifier and Type | Class and Description |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
BufferedIndexInput |
BufferedIndexInput.clone() |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.