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