public interface BinaryDataObject extends DataObject
DataObject that supports creating binary messages.DataWriter,
DataReader| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(DataWriter out)
Writes the content of this
DataObject to the given binary output. |
writeTovoid writeTo(DataWriter out) throws IOException
DataObject to the given binary output.out - The writer to write this object to.IOException - If writing fails.Copyright © 2021. All rights reserved.