| Package | Description |
|---|---|
| net.kuujo.catalyst.buffer.util |
Provides interfaces for performing low-level on- and off-heap memory management.
|
| Modifier and Type | Method and Description |
|---|---|
static BitArray |
BitArray.allocate(long bits)
Allocates a new direct bit set.
|
BitArray |
BitArray.copy()
Copies the bit set to a new memory address.
|
BitArray |
BitArray.resize(long size)
Resizes the bit array to a new count.
|
Copyright © 2013–2015. All rights reserved.