@FunctionalInterface public interface ReadBytesMarshallable extends CommonMarshallable
Modifier and Type | Method and Description |
---|---|
void |
readMarshallable(BytesIn<?> bytes)
Bytes to read.
|
usesSelfDescribingMessage
void readMarshallable(BytesIn<?> bytes) throws net.openhft.chronicle.core.io.IORuntimeException, BufferUnderflowException, IllegalStateException
bytes
- to read.net.openhft.chronicle.core.io.IORuntimeException
BufferUnderflowException
IllegalStateException
Copyright © 2022. All rights reserved.