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