| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BytesMarshallable
Serialisable object that reads and writes its state directly to a
Bytes stream. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ReadBytesMarshallable> |
BytesIn.readMarshallableLength16(@NotNull Class<T> tClass,
T using)
Reads a
ReadBytesMarshallable prefixed with a 16-bit length. |
<T extends ReadBytesMarshallable> |
HexDumpBytes.readMarshallableLength16(@NotNull Class<T> clazz,
T using) |
default <T extends ReadBytesMarshallable> |
Bytes.readMarshallableLength16(@NotNull Class<T> clazz,
T using)
Reads the content of this Bytes object and converts it into an instance of the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BytesMarshaller.readMarshallable(ReadBytesMarshallable t,
BytesIn<?> in)
Populates
t by reading each field from in using reflection. |
static void |
BytesUtil.readMarshallable(@NotNull ReadBytesMarshallable marshallable,
BytesIn<?> bytes)
Reads a Marshallable object from a BytesIn object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryIntArrayReference
Array of 32-bit values laid out as
[capacity][used][values...] in little-endian order. |
class |
BinaryLongArrayReference
Array of 64-bit values stored as
[capacity][used][values...] in little-endian order. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.