@FunctionalInterface public interface ReadMarshallable
| Modifier and Type | Field and Description |
|---|---|
static ReadMarshallable |
DISCARD |
| Modifier and Type | Method and Description |
|---|---|
void |
readMarshallable(WireIn wire)
Straight line ordered decoding.
|
default void |
unexpectedField(Object event,
ValueIn valueIn) |
static final ReadMarshallable DISCARD
void readMarshallable(@NotNull
WireIn wire)
throws net.openhft.chronicle.core.io.IORuntimeException
wire - to read from in an ordered manner.net.openhft.chronicle.core.io.IORuntimeException - the stream wasn't ordered or formatted as expected.Copyright © 2018. All rights reserved.