Uses of Interface
org.apache.lucene.store.RandomAccessInput
-
Packages that use RandomAccessInput Package Description org.apache.lucene.store -
-
Uses of RandomAccessInput in org.apache.lucene.store
Classes in org.apache.lucene.store that implement RandomAccessInput Modifier and Type Class Description classBufferedIndexInputBase implementation class for bufferedIndexInput.classByteBufferIndexInputBase IndexInput implementation that uses an array of ByteBuffers to represent a file.classByteBuffersDataInputMethods in org.apache.lucene.store that return RandomAccessInput Modifier and Type Method Description RandomAccessInputIndexInput. randomAccessSlice(long offset, long length)Creates a random-access slice of this index input, with the given offset and length.
-