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 TypeClassDescriptionprivate static final classImplementation of an IndexInput that reads from a portion of a file.(package private) static final classReads bytes withFileChannel.read(ByteBuffer, long)(package private) static final classReads bytes withRandomAccessFile.seek(long)followed byRandomAccessFile.read(byte[], int, int).(package private) static final classDeprecated.Reads bytes withSeekableByteChannel.read(ByteBuffer)(package private) static classMethods in org.apache.lucene.store that return BufferedIndexInputModifier and TypeMethodDescriptionBufferedIndexInput.clone()static BufferedIndexInputBufferedIndexInput.wrap(String sliceDescription, IndexInput other, long offset, long length) Wraps a portion of another IndexInput with buffering.