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 classNIOFSDirectory.NIOFSIndexInputReads bytes withFileChannel.read(ByteBuffer, long)protected static classSimpleFSDirectory.SimpleFSIndexInputReads 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.FSIndexInputFSDirectory.FSIndexInput. clone()
-