public class DIOOutputStream
extends java.io.DataOutputStream
| Constructor and Description |
|---|
DIOOutputStream(java.io.OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
endPacket()
Writes out the bytes that we have accumulated in previous write
operations, preceded by a packet header that specifies the size of the
packet.
|
void |
writeString(java.lang.String message)
Writes a char string to the given fd preceeded by its size.
|
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic void writeString(java.lang.String message)
throws java.io.IOException
java.io.IOExceptionpublic void endPacket()
throws java.io.IOException
java.io.IOException