| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull OnHeapBytes |
Bytes.allocateElasticOnHeap()
Creates and returns a new elastic wrapper for memory allocated on the heap,
with an initial capacity of 32 bytes.
|
static @NotNull OnHeapBytes |
Bytes.allocateElasticOnHeap(int initialCapacity)
Creates and returns a new elastic wrapper for memory allocated on the heap,
with the specified
initialCapacity. |
Copyright © 2023. All rights reserved.