public interface BytesMarshallable extends ReadBytesMarshallable, WriteBytesMarshallable
| Modifier and Type | Method and Description |
|---|---|
default void |
readMarshallable(BytesIn bytes)
Bytes to read.
|
default void |
writeMarshallable(BytesOut bytes)
Write to Bytes.
|
default void readMarshallable(BytesIn bytes) throws net.openhft.chronicle.core.io.IORuntimeException
ReadBytesMarshallablereadMarshallable in interface ReadBytesMarshallablebytes - to read.net.openhft.chronicle.core.io.IORuntimeExceptiondefault void writeMarshallable(BytesOut bytes)
WriteBytesMarshallablewriteMarshallable in interface WriteBytesMarshallablebytes - to write to.Copyright © 2017. All rights reserved.