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 private static classBufferedIndexInput.SlicedIndexInputImplementation of an IndexInput that reads from a portion of a file.(package private) static classNIOFSDirectory.NIOFSIndexInputReads bytes withFileChannel.read(ByteBuffer, long)(package private) static classRAFDirectory.RAFIndexInputReads bytes withRandomAccessFile.seek(long)followed byRandomAccessFile.read(byte[], int, int).(package private) static classSimpleFSDirectory.SimpleFSIndexInputDeprecated.Reads bytes withSeekableByteChannel.read(ByteBuffer)(package private) static classWindowsDirectory.WindowsIndexInputMethods in org.apache.lucene.store that return BufferedIndexInput Modifier and Type Method Description BufferedIndexInputBufferedIndexInput. clone()static BufferedIndexInputBufferedIndexInput. wrap(java.lang.String sliceDescription, IndexInput other, long offset, long length)Wraps a portion of another IndexInput with buffering.
-