public interface Writeable<T> extends StreamableReader<T>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
writeTo(StreamOutput out)
Writes the current object into the output stream out
|
readFromvoid writeTo(StreamOutput out) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.