public static interface Rebufferer.BufferHolder
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
buffer()
Returns a useable buffer (i.e.
|
long |
offset()
Position in the file of the start of the buffer.
|
void |
release()
To be called when this buffer is no longer in use.
|
java.nio.ByteBuffer buffer()
long offset()
void release()
Copyright © 2009-2021 The Apache Software Foundation