Uses of Class
org.apache.lucene.store.ByteBuffersDataInput
-
Packages that use ByteBuffersDataInput Package Description org.apache.lucene.store -
-
Uses of ByteBuffersDataInput in org.apache.lucene.store
Methods 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()).
-