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 |
BinaryBooleanReference
Represents a binary reference to a boolean value.
|
class |
BinaryIntArrayReference
Represents a binary array of integers, backed by a
BytesStore . |
class |
BinaryIntReference
Represents a 32-bit integer in binary form, backed by a
BytesStore . |
class |
BinaryLongArrayReference
Represents a binary array of 64-bit long values backed by a
BytesStore . |
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 |
TextBooleanReference
TextBooleanReference is an implementation of a reference to a boolean value,
represented in text wire format.
|
class |
TextIntArrayReference
TextIntArrayReference is an implementation of a reference to an array of integers, represented
in a text format.
|
class |
TextIntReference
TextIntReference is an implementation of a reference to a 32-bit integer, represented
in text wire format.
|
class |
TextLongArrayReference
TextLongArrayReference is an implementation of a reference to a long array, represented
in text wire format.
|
class |
TextLongReference
Implementation of a reference to an array of 64-bit long values in Text wire format.
|
Copyright © 2023. All rights reserved.