| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryIntArrayReference
Array of 32-bit values laid out as
[capacity][used][values...] in little-endian order. |
class |
TextIntArrayReference
Fixed-width text array of 32-bit integers for diagnostics.
|
| Modifier and Type | Method and Description |
|---|---|
ByteableIntArrayValues |
BinaryIntArrayReference.capacity(long arrayLength)
Sets the capacity of the BinaryIntArrayReference.
|
ByteableIntArrayValues |
ByteableIntArrayValues.capacity(long arrayLength)
Sets the capacity of the array as a count of elements, not bytes.
|
ByteableIntArrayValues |
TextIntArrayReference.capacity(long arrayLength) |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.