@FunctionalInterface public interface WriteBytesMarshallable extends CommonMarshallable
Modifier and Type | Method and Description |
---|---|
void |
writeMarshallable(BytesOut bytes)
Write to Bytes.
|
usesSelfDescribingMessage
void writeMarshallable(BytesOut bytes) throws IllegalStateException, BufferOverflowException, BufferUnderflowException, IllegalArgumentException, ArithmeticException
bytes
- to write to.IllegalStateException
BufferOverflowException
BufferUnderflowException
IllegalArgumentException
ArithmeticException
Copyright © 2021. All rights reserved.