public interface StreamableReader<T>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.