public abstract class SelfDescribingTriviallyCopyable extends SelfDescribingMarshallable
EMPTYDISCARD| Constructor and Description |
|---|
SelfDescribingTriviallyCopyable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
$description() |
protected abstract int |
$length() |
protected abstract int |
$start() |
void |
readMarshallable(net.openhft.chronicle.bytes.BytesIn<?> bytes) |
void |
writeMarshallable(net.openhft.chronicle.bytes.BytesOut<?> bytes) |
usesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValueunexpectedFieldprotected abstract int $description()
protected abstract int $start()
protected abstract int $length()
public void readMarshallable(net.openhft.chronicle.bytes.BytesIn<?> bytes)
throws net.openhft.chronicle.core.io.IORuntimeException,
BufferUnderflowException,
IllegalStateException
net.openhft.chronicle.core.io.IORuntimeExceptionBufferUnderflowExceptionIllegalStateExceptionpublic void writeMarshallable(net.openhft.chronicle.bytes.BytesOut<?> bytes)
throws IllegalStateException,
BufferOverflowException,
BufferUnderflowException,
ArithmeticException
Copyright © 2023. All rights reserved.