Uses of Class
org.apache.lucene.store.ByteBuffersDataInput
Packages that use ByteBuffersDataInput
Package
Description
Code to maintain and access indices.
Binary i/o API, used for all index data.
-
Uses of ByteBuffersDataInput in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBuffersDataInputModifier and TypeFieldDescription(package private) final ByteBuffersDataInputPrefixCodedTerms.TermIterator.inputprivate final ByteBuffersDataInputFreqProxTermsWriter.SortingPostingsEnum.postingInputConstructors in org.apache.lucene.index with parameters of type ByteBuffersDataInput -
Uses of ByteBuffersDataInput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataInputMethods in org.apache.lucene.store that return ByteBuffersDataInputModifier and TypeMethodDescriptionByteBuffersDataInput.slice(long offset, long length) ByteBuffersDataOutput.toDataInput()Return aByteBuffersDataInputfor the set of current buffers (ByteBuffersDataOutput.toBufferList()).Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataInputModifierConstructorDescriptionByteBuffersIndexInput(ByteBuffersDataInput in, String resourceDescription)