- All Superinterfaces:
StreamReadable,StreamWritable
Indicates that an object may be sent across a
StreamableInput and
StreamableOutput.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionvoidread(StreamableInput in, String protocolVersion) voidwrite(StreamableOutput out, String protocolVersion)
-
Method Details
-
read
- Specified by:
readin interfaceStreamReadable- Throws:
IOException
-
write
- Specified by:
writein interfaceStreamWritable- Throws:
IOException
-
