Back to Server.Network

PacketReader

(ctor) PacketReader( byte[] data, int size, bool fixedSize )
byte[] Buffer( get; )
int Size( get; )
bool IsSafeChar( int c )
bool ReadBoolean()
byte ReadByte()
short ReadInt16()
int ReadInt32()
sbyte ReadSByte()
string ReadString()
string ReadString( int fixedLength )
string ReadStringSafe()
string ReadStringSafe( int fixedLength )
ushort ReadUInt16()
uint ReadUInt32()
string ReadUnicodeString()
string ReadUnicodeString( int fixedLength )
string ReadUnicodeStringLE()
string ReadUnicodeStringLESafe()
string ReadUnicodeStringLESafe( int fixedLength )
string ReadUnicodeStringSafe()
string ReadUnicodeStringSafe( int fixedLength )
string ReadUTF8String()
string ReadUTF8StringSafe()
string ReadUTF8StringSafe( int fixedLength )
int Seek( int offset, SeekOrigin origin )
void Trace( NetState state )