public class DIOInputStream
extends java.io.DataInputStream
| Constructor and Description |
|---|
DIOInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readString() |
void |
startPacket()
Tells us how many bytes to expect from the server, including the bytes in
this header.
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytespublic void startPacket()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String readString()
throws java.io.IOException
java.io.IOException