public interface Sendable
Modifier and Type | Method and Description |
---|---|
void |
sendTo(java.io.DataOutput out)
Take all the bytes in the object and write them to the data output.
|
void sendTo(java.io.DataOutput out) throws java.io.IOException
out
- the data output to send this object tojava.io.IOException