C# Class TexValidation.PacketReader

Exibir arquivo Open project: CarlosX/RakionLauncher

Public Methods

Method Description
PacketReader ( byte data_ ) : System
ReadASCII ( int length ) : string
ReadByte ( ) : byte
ReadBytes ( int len ) : byte[]
ReadCode ( ) : string
ReadFloat ( ) : float
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadLua ( ) : string
ReadUint16 ( ) : ushort
ReadUint32 ( ) : uint
ReadUint64 ( ) : ulong
ReadUnicode ( int length ) : string
ReturnPost ( int i ) : void
SkipBytes ( int count ) : void
good ( ) : bool

Method Details

PacketReader() public method

public PacketReader ( byte data_ ) : System
data_ byte
return System

ReadASCII() public method

public ReadASCII ( int length ) : string
length int
return string

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int len ) : byte[]
len int
return byte[]

ReadCode() public method

public ReadCode ( ) : string
return string

ReadFloat() public method

public ReadFloat ( ) : float
return float

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadLua() public method

public ReadLua ( ) : string
return string

ReadUint16() public method

public ReadUint16 ( ) : ushort
return ushort

ReadUint32() public method

public ReadUint32 ( ) : uint
return uint

ReadUint64() public method

public ReadUint64 ( ) : ulong
return ulong

ReadUnicode() public method

public ReadUnicode ( int length ) : string
length int
return string

ReturnPost() public method

public ReturnPost ( int i ) : void
i int
return void

SkipBytes() public method

public SkipBytes ( int count ) : void
count int
return void

good() public method

public good ( ) : bool
return bool