public interface Writeable<T> extends StreamableReader<T>
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(StreamOutput out)
Writes the current object into the output stream out
|
readFromvoid writeTo(StreamOutput out) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.