| 程序包 | 说明 |
|---|---|
| net.openhft.chronicle.bytes.solon |
| 限定符和类型 | 方法和说明 |
|---|---|
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 写入字节流。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 写入字节流。
|
Copyright © 2024. All rights reserved.