| Package | Description |
|---|---|
| net.kuujo.catalyst.buffer |
Provides a low-level
Buffer abstraction backed by on- or off-heap memory, memory mapped
files, or RandomAccessFile. |
| Modifier and Type | Method and Description |
|---|---|
static HeapBytes |
HeapBytes.allocate(long size)
Allocates a new heap byte array.
|
HeapBytes |
HeapBytes.copy()
Copies the bytes to a new byte array.
|
HeapBytes |
HeapBytes.reset(byte[] array)
Resets the heap byte array.
|
static HeapBytes |
HeapBytes.wrap(byte[] bytes)
Wraps the given bytes in a
HeapBytes object. |
Copyright © 2013–2015. All rights reserved.