| Interface | Description |
|---|---|
| ByteableIntArrayValues |
Off-heap, contiguous array of signed 32-bit values.
|
| ByteableLongArrayValues |
Off-heap, contiguous array of signed 64-bit values.
|
| LongReference |
Represents a reference to a 64-bit long value, which is both
Byteable and LongValue. |
| TwoLongReference |
Reference to two contiguous 64-bit values.
|
| Class | Description |
|---|---|
| AbstractReference |
Base class for references backed by a
BytesStore. |
| BinaryBooleanReference |
Stores a boolean as a single byte.
|
| BinaryIntArrayReference |
Array of 32-bit values laid out as
[capacity][used][values...] in little-endian order. |
| BinaryIntReference |
Holds a 32-bit integer in little-endian native order within a
BytesStore. |
| BinaryLongArrayReference |
Array of 64-bit values stored as
[capacity][used][values...] in little-endian order. |
| BinaryLongReference |
Holds a 64-bit long in little-endian binary form.
|
| BinaryTwoLongReference |
Represents a binary reference containing two 64-bit long values.
|
| TextBooleanReference |
Reference to a fixed-width text boolean.
|
| TextIntArrayReference |
Fixed-width text array of 32-bit integers for diagnostics.
|
| TextIntReference |
Reference to a 10-digit, zero-padded integer in text form.
|
| TextLongArrayReference |
Fixed-width text array of 64-bit integers for diagnostics.
|
| TextLongReference |
Reference to a 20-digit, zero-padded long held in text format.
|
| UncheckedLongReference |
Unsafe view of a long value with no bounds checking.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.