Uses of Class
org.apache.lucene.store.BufferedIndexInput
-
Packages that use BufferedIndexInput Package Description 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 Modifier and Type Class Description protected static classFSDirectory.FSIndexInputBase class for reading input from a RandomAccessFileprotected 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 BufferedIndexInput Modifier and Type Method Description BufferedIndexInputBufferedIndexInput. clone()
-