PacketReader
(ctor) PacketReader( byte[] data, bool fixedSize )
byte[] Buffer{ get; }
bool ReadBoolean()
byte ReadByte()
short ReadInt16()
int ReadInt32()
sbyte ReadSByte()
string ReadString()
string ReadString( int fixedLength )
ushort ReadUInt16()
uint ReadUInt32()
string ReadUnicodeString()
string ReadUnicodeString( int fixedLength )
string ReadUnicodeStringLE()