public interface StreamableReader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readFrom(StreamInput in)
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
|
T readFrom(StreamInput in) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.