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
ReadBytesMarshallable
readMarshallable
in interface ReadBytesMarshallable
bytes
- to read.net.openhft.chronicle.core.io.IORuntimeException
default void writeMarshallable(BytesOut bytes)
WriteBytesMarshallable
writeMarshallable
in interface WriteBytesMarshallable
bytes
- to write to.Copyright © 2017. All rights reserved.