| Package | Description |
|---|---|
| info.bioinfweb.commons.io.streammessage |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.read(java.io.DataInputStream stream)
Reads the message version and than calls
doRead. |
void |
Message.write(java.io.DataOutputStream stream)
Writes the message type and version to the stream.
|