Uses of Class
org.apache.lucene.store.BufferedIndexInput
Packages that use BufferedIndexInput
Package
Description
Misc Directory implementations.
Binary i/o API, used for all index data.
-
Uses of BufferedIndexInput in org.apache.lucene.misc.store
Subclasses of BufferedIndexInput in org.apache.lucene.misc.storeModifier and TypeClassDescription(package private) static final class
Reads bytes withRandomAccessFile.seek(long)
followed byRandomAccessFile.read(byte[], int, int)
. -
Uses of BufferedIndexInput in org.apache.lucene.store
Subclasses of BufferedIndexInput in org.apache.lucene.storeModifier and TypeClassDescriptionprivate static final class
Implementation of an IndexInput that reads from a portion of a file.(package private) static final class
Reads bytes withFileChannel.read(ByteBuffer, long)
Methods in org.apache.lucene.store that return BufferedIndexInputModifier and TypeMethodDescriptionBufferedIndexInput.clone()
static BufferedIndexInput
BufferedIndexInput.wrap
(String sliceDescription, IndexInput other, long offset, long length) Wraps a portion of another IndexInput with buffering.