Uses of Class
org.apache.lucene.store.FSDirectory.FSIndexInput
-
Packages that use FSDirectory.FSIndexInput Package Description 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 Modifier and Type Class Description protected static class
NIOFSDirectory.NIOFSIndexInput
Reads bytes withFileChannel.read(ByteBuffer, long)
protected static class
SimpleFSDirectory.SimpleFSIndexInput
Reads bytes withRandomAccessFile.seek(long)
followed byRandomAccessFile.read(byte[], int, int)
.Methods in org.apache.lucene.store that return FSDirectory.FSIndexInput Modifier and Type Method Description FSDirectory.FSIndexInput
FSDirectory.FSIndexInput. clone()
-