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 class
FSDirectory.FSIndexInput
Base class for reading input from a RandomAccessFileprotected 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 BufferedIndexInput Modifier and Type Method Description BufferedIndexInput
BufferedIndexInput. clone()
-