| Package | Description |
|---|---|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteBufferGuard |
ByteBufferIndexInput.guard |
| Modifier and Type | Method and Description |
|---|---|
static ByteBufferIndexInput |
ByteBufferIndexInput.newInstance(java.lang.String resourceDescription,
java.nio.ByteBuffer[] buffers,
long length,
int chunkSizePower,
ByteBufferGuard guard) |
| Constructor and Description |
|---|
ByteBufferIndexInput(java.lang.String resourceDescription,
java.nio.ByteBuffer[] buffers,
long length,
int chunkSizePower,
ByteBufferGuard guard) |
MultiBufferImpl(java.lang.String resourceDescription,
java.nio.ByteBuffer[] buffers,
int offset,
long length,
int chunkSizePower,
ByteBufferGuard guard) |
SingleBufferImpl(java.lang.String resourceDescription,
java.nio.ByteBuffer buffer,
long length,
int chunkSizePower,
ByteBufferGuard guard) |