Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffersDataInput |
ByteBuffersDataInput.slice(long offset,
long length) |
ByteBuffersDataInput |
ByteBuffersDataOutput.toDataInput()
Return a
ByteBuffersDataInput for the set of current buffers (ByteBuffersDataOutput.toBufferList() ). |
Constructor and Description |
---|
ByteBuffersIndexInput(ByteBuffersDataInput in,
String resourceDescription) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.