| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Class and Description |
|---|---|
class |
GuardedNativeBytes<U>
Debugging wrapper that prefixes each primitive written with a type code and checks it on reads.
|
class |
NativeBytes<U>
VanillaBytes backed by native (off heap) memory or a direct
ByteBuffer. |
class |
OnHeapBytes
VanillaBytes backed by an on heap byte[]. |
class |
SubBytes<U>
Represents a fixed size view over a region of another
BytesStore. |
class |
VanillaBytes<U>
Base implementation of
Bytes backed by a fixed-capacity
BytesStore. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteableIntArrayValues
Off-heap, contiguous array of signed 32-bit values.
|
interface |
ByteableLongArrayValues
Off-heap, contiguous array of signed 64-bit values.
|
interface |
LongReference
Represents a reference to a 64-bit long value, which is both
Byteable and LongValue. |
interface |
TwoLongReference
Reference to two contiguous 64-bit values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReference
Base class for references backed by a
BytesStore. |
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.
|
class |
UncheckedLongReference
Unsafe view of a long value with no bounds checking.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.