| Package | Description |
|---|---|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| Modifier and Type | Field and Description |
|---|---|
private ByteBuffersDataInput |
ByteBuffersIndexInput.in |
| 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,
java.lang.String resourceDescription) |