@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, net.openhft.chronicle.core.io.InvalidMarshallableException
This method is responsible for calling net.openhft.chronicle.core.io.Validatable#validate() as needed
bytes
- to read.net.openhft.chronicle.core.io.IORuntimeException
BufferUnderflowException
IllegalStateException
net.openhft.chronicle.core.io.InvalidMarshallableException
Copyright © 2023. All rights reserved.