| 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 |
|---|---|
void |
StreamingDataOutput.ensureCapacity(long desiredCapacity)
Ensures that the buffer has the desired capacity.
|
default void |
Bytes.ensureCapacity(long desiredCapacity)
Ensures that this Bytes object has the capacity to accommodate the specified amount of data.
|
Copyright © 2023. All rights reserved.