public class AbstractBytesMarshallable extends AbstractMarshallable
EMPTYDISCARD| Constructor and Description |
|---|
AbstractBytesMarshallable() |
| Modifier and Type | Method and Description |
|---|---|
void |
readMarshallable(WireIn wire)
Straight line ordered decoding.
|
void |
writeMarshallable(WireOut wire)
Write data to the wire
|
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait$equals, $fieldInfos, $hashCode, $toString, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, fromString, getClassName, getField, mergeToMap, reset, setField, streamFromFile, streamFromFilewriteValueunexpectedFieldpublic void readMarshallable(@NotNull
WireIn wire)
throws net.openhft.chronicle.core.io.IORuntimeException
ReadMarshallablewire - to read from in an ordered manner.net.openhft.chronicle.core.io.IORuntimeException - the stream wasn't ordered or formatted as expected.public void writeMarshallable(@NotNull
WireOut wire)
WriteMarshallablewire - to write to.Copyright © 2019. All rights reserved.