public class PacketInputStream
extends java.io.DataInputStream| Constructor and Description |
|---|
PacketInputStream(byte[] data)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
readAttributes()
reads attributes
|
EXception |
readException()
reads an exception
|
ExceptionType |
readExceptionType()
reads an exception type
|
Location |
readLocation()
reads a location
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytespublic Location readLocation() throws java.io.IOException
java.io.IOExceptionpublic java.util.Map<java.lang.String,java.lang.String> readAttributes()
throws java.io.IOException
java.io.IOExceptionpublic ExceptionType readExceptionType() throws java.io.IOException
java.io.IOExceptionpublic EXception readException() throws java.io.IOException
java.io.IOException