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 |
BinaryLongArrayReference
Represents a binary array of 64-bit long values backed by a
BytesStore . |
class |
TextLongArrayReference
TextLongArrayReference is an implementation of a reference to a long array, represented
in text wire format.
|
Modifier and Type | Method and Description |
---|---|
ByteableLongArrayValues |
ByteableLongArrayValues.capacity(long arrayLength)
Sets the capacity of the array, in terms of the number of long integers it can hold.
|
ByteableLongArrayValues |
TextLongArrayReference.capacity(long arrayLength) |
ByteableLongArrayValues |
BinaryLongArrayReference.capacity(long arrayLength) |
Copyright © 2023. All rights reserved.