@FunctionalInterface public interface ReadMarshallable
| Modifier and Type | Method and Description |
|---|---|
void |
readMarshallable(WireIn wire)
Straight line ordered decoding.
|
void readMarshallable(WireIn wire) throws IllegalStateException
wire - to read from in an ordered manner.IllegalStateException - the stream wasn't ordered or formatted as expected.Copyright © 2015. All rights reserved.