| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBooleanReference
Stores a boolean as a single byte.
|
class |
BinaryIntArrayReference
Array of 32-bit values laid out as
[capacity][used][values...] in little-endian order. |
class |
BinaryIntReference
Holds a 32-bit integer in little-endian native order within a
BytesStore. |
class |
BinaryLongArrayReference
Array of 64-bit values stored as
[capacity][used][values...] in little-endian order. |
class |
BinaryLongReference
Holds a 64-bit long in little-endian binary form.
|
class |
BinaryTwoLongReference
Represents a binary reference containing two 64-bit long values.
|
class |
TextBooleanReference
Reference to a fixed-width text boolean.
|
class |
TextIntArrayReference
Fixed-width text array of 32-bit integers for diagnostics.
|
class |
TextIntReference
Reference to a 10-digit, zero-padded integer in text form.
|
class |
TextLongArrayReference
Fixed-width text array of 64-bit integers for diagnostics.
|
class |
TextLongReference
Reference to a 20-digit, zero-padded long held in text format.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.