| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Class and Description |
|---|---|
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 |
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.
|
| 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 © 2026 Chronicle Software Ltd. All rights reserved.