public final class BufferNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.nio.ByteBuffer |
buffer
ByteBuffer associated with this node.
|
| Constructor and Description |
|---|
BufferNode(java.nio.ByteBuffer buffer)
Constructor which stores buffer and creates list of block nodes.
|
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getBuffer()
Get the byte buffer.
|
(package private) void |
setBuffer(java.nio.ByteBuffer buf)
set the byte buffer.
|