public class AbstractBytesMarshallable extends AbstractMarshallable
EMPTY
DISCARD
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
$equals, $fieldInfos, $hashCode, $toString, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, getClassName, getField, mergeToMap, reset, setField, streamFromFile, streamFromFile
writeValue
unexpectedField
public void readMarshallable(@NotNull WireIn wire) throws net.openhft.chronicle.core.io.IORuntimeException
ReadMarshallable
wire
- 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)
WriteMarshallable
wire
- to write to.Copyright © 2018. All rights reserved.