| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.ref |
Provides classes and interfaces for handling references to arrays of
various primitive types with byte representation.
|
| Class and Description |
|---|
| AbstractReference
Represents an abstract reference to a
BytesStore. |
| BinaryLongReference
Represents a 64-bit long integer in binary form, backed by a
BytesStore. |
| ByteableIntArrayValues
Represents an array of integer values, where each integer in the array is byteable and dynamically sized.
|
| ByteableLongArrayValues
Represents an array of long integer values, where each long integer in the array is byteable and dynamically sized.
|
| LongReference
Represents a reference to a 64-bit long value, which is both
Byteable and LongValue. |
| TwoLongReference
Interface defining a reference to two
long values stored in off-heap memory or memory-mapped files,
facilitating direct, efficient manipulation of these values with support for various memory ordering semantics. |
Copyright © 2024. All rights reserved.