Uses of Class
org.apache.lucene.store.ByteBuffersDataInput
-
Packages that use ByteBuffersDataInput Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of ByteBuffersDataInput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataInput Modifier and Type Field Description private ByteBuffersDataInput
ByteBuffersIndexInput. in
Methods in org.apache.lucene.store that return ByteBuffersDataInput Modifier and Type Method Description ByteBuffersDataInput
ByteBuffersDataInput. slice(long offset, long length)
ByteBuffersDataInput
ByteBuffersDataOutput. toDataInput()
Return aByteBuffersDataInput
for 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)
-