Uses of Class
org.apache.lucene.store.BufferedIndexInput
Packages that use BufferedIndexInput
-
Uses of BufferedIndexInput in org.apache.lucene.store
Subclasses of BufferedIndexInput in org.apache.lucene.storeModifier and TypeClassDescriptionprotected static class
Base class for reading input from a RandomAccessFileprotected static class
Reads bytes withFileChannel.read(ByteBuffer, long)
protected static class
Reads bytes withRandomAccessFile.seek(long)
followed byRandomAccessFile.read(byte[], int, int)
.Methods in org.apache.lucene.store that return BufferedIndexInput