| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
| 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 |
BytesMarshallable
An interface for objects that can be read from and written to bytes in a streaming manner.
|
interface |
ReadBytesMarshallable
Functional interface to facilitate the reading of data directly as Bytes.
|
interface |
WriteBytesMarshallable
An interface defining a contract for serializing data directly to a Bytes instance.
|
| 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. |
Copyright © 2024. All rights reserved.