Uses of Class
org.apache.lucene.store.ByteBuffersDataInput
-
Packages that use ByteBuffersDataInput Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store 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 ByteBuffersDataInput Modifier and Type Field Description (package private) ByteBuffersDataInputPrefixCodedTerms.TermIterator. inputprivate ByteBuffersDataInputFreqProxTermsWriter.SortingPostingsEnum. postingInputConstructors in org.apache.lucene.index with parameters of type ByteBuffersDataInput Constructor Description TermIterator(long delGen, ByteBuffersDataInput input) -
Uses of ByteBuffersDataInput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataInput Modifier and Type Field Description private ByteBuffersDataInputByteBuffersIndexInput. inMethods in org.apache.lucene.store that return ByteBuffersDataInput Modifier and Type Method Description ByteBuffersDataInputByteBuffersDataInput. slice(long offset, long length)ByteBuffersDataInputByteBuffersDataOutput. toDataInput()Return aByteBuffersDataInputfor the set of current buffers (ByteBuffersDataOutput.toBufferList()).Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataInput Constructor Description ByteBuffersIndexInput(ByteBuffersDataInput in, java.lang.String resourceDescription)
-