| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BytesMarshallable
An object which can be read or written directly to Bytes in a streaming manner.
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends ReadBytesMarshallable> |
Bytes.readMarshallableLength16(Class<T> tClass,
T object) |
<T extends ReadBytesMarshallable> |
BytesIn.readMarshallableLength16(Class<T> tClass,
T object) |
| Modifier and Type | Method and Description |
|---|---|
void |
BytesMarshaller.readMarshallable(ReadBytesMarshallable t,
BytesIn in) |
static void |
BytesUtil.readMarshallable(ReadBytesMarshallable marshallable,
BytesIn bytes) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryLongArrayReference
This class acts a Binary array of 64-bit values.
|
Copyright © 2018. All rights reserved.