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
Represents a reference to a long value stored in bytes.
|
Modifier and Type | Method and Description |
---|---|
static @NotNull LongReference |
UncheckedLongReference.create(@NotNull BytesStore bytesStore,
long offset,
int size)
Creates an
UncheckedLongReference or BinaryLongReference depending on JVM debug status. |
Copyright © 2023. All rights reserved.