Package | Description |
---|---|
net.openhft.chronicle.bytes.ref |
Provides classes and interfaces for handling references to arrays of
various primitive types with byte representation.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryLongReference
Represents a 64-bit long integer in binary form, backed by a
BytesStore . |
class |
BinaryTwoLongReference
Represents a binary reference containing two 64-bit long values.
|
class |
TextLongReference
Implementation of a reference to an array of 64-bit long values in Text wire format.
|
class |
UncheckedLongReference
A class for managing references to long values stored in a
BytesStore without performing bounds checking. |
Modifier and Type | Method and Description |
---|---|
static @NotNull LongReference |
UncheckedLongReference.create(@NotNull BytesStore<?,?> bytesStore,
long offset,
int size)
Factory method to create a
UncheckedLongReference or BinaryLongReference based on the JVM's debug status. |
Copyright © 2024. All rights reserved.