| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.solon |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ChrBytesSerializable> |
ChrBytesUtil.writeArray(net.openhft.chronicle.bytes.BytesOut<?> bytes,
T[] array)
将实现了 ChrBytesSerializable 接口的对象数组写入字节流。
|
static <T extends ChrBytesSerializable> |
ChrBytesUtil.writeList(net.openhft.chronicle.bytes.BytesOut<?> bytes,
List<ChrBytesSerializable> collection)
将泛型 List 写入字节流。
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ChrBytesSerializable> |
ChrBytesUtil.writeArray(net.openhft.chronicle.bytes.BytesOut<?> bytes,
T[] array)
将实现了 ChrBytesSerializable 接口的对象数组写入字节流。
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ChrBytesSerializable> |
ChrBytesUtil.writeList(net.openhft.chronicle.bytes.BytesOut<?> bytes,
List<ChrBytesSerializable> collection)
将泛型 List 写入字节流。
|
Copyright © 2025. All rights reserved.