| 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 DirectBytes |
DirectBytes.allocate(long size)
Allocates a direct
ByteBuffer based byte array. |
DirectBytes |
DirectBytes.copy()
Copies the bytes to a new byte array.
|
Copyright © 2013–2015. All rights reserved.