| 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 DirectBuffer |
DirectBuffer.allocate()
Allocates a direct buffer with an initial capacity of
4096 and a maximum capacity of Long.MAX_VALUE. |
static DirectBuffer |
DirectBuffer.allocate(long initialCapacity)
Allocates a direct buffer with the given initial capacity.
|
static DirectBuffer |
DirectBuffer.allocate(long initialCapacity,
long maxCapacity)
Allocates a new direct buffer.
|
Copyright © 2013–2015. All rights reserved.