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 | Interface and Description |
---|---|
interface |
ByteableIntArrayValues
Represents an array of integer values, where each integer in the array is byteable and dynamically sized.
|
interface |
ByteableLongArrayValues
Represents an array of long integer values, where each long integer in the array is byteable and dynamically sized.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryIntArrayReference
Represents a binary array of integers, backed by a
BytesStore . |
class |
BinaryLongArrayReference
Represents a binary array of 64-bit long values backed by a
BytesStore . |
class |
TextIntArrayReference
TextIntArrayReference is an implementation of a reference to an array of integers, represented
in a text format.
|
class |
TextLongArrayReference
TextLongArrayReference is an implementation of a reference to a long array, represented
in text wire format.
|
Copyright © 2024. All rights reserved.