Uses of Class
org.apache.lucene.store.ByteBuffersDataInput
Packages that use ByteBuffersDataInput
Package
Description
Compressing helper classes.
Binary i/o API, used for all index data.
-
Uses of ByteBuffersDataInput in org.apache.lucene.codecs.compressing
Methods in org.apache.lucene.codecs.compressing with parameters of type ByteBuffersDataInputModifier and TypeMethodDescriptionabstract void
Compressor.compress
(ByteBuffersDataInput buffersInput, DataOutput out) Compress bytes intoout
. -
Uses of ByteBuffersDataInput in org.apache.lucene.store
Methods in org.apache.lucene.store that return ByteBuffersDataInputModifier and TypeMethodDescriptionByteBuffersDataInput.slice
(long offset, long length) ByteBuffersDataOutput.toDataInput()
Return aByteBuffersDataInput
for the set of current buffers (ByteBuffersDataOutput.toBufferList()
).Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataInputModifierConstructorDescriptionByteBuffersIndexInput
(ByteBuffersDataInput in, String resourceDescription)