C# Class TexValidation.PacketReader

Afficher le fichier Open project: CarlosX/RakionLauncher

Méthodes publiques

Méthode 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 méthode

public PacketReader ( byte data_ ) : System
data_ byte
Résultat System

ReadASCII() public méthode

public ReadASCII ( int length ) : string
length int
Résultat string

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( int len ) : byte[]
len int
Résultat byte[]

ReadCode() public méthode

public ReadCode ( ) : string
Résultat string

ReadFloat() public méthode

public ReadFloat ( ) : float
Résultat float

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadLua() public méthode

public ReadLua ( ) : string
Résultat string

ReadUint16() public méthode

public ReadUint16 ( ) : ushort
Résultat ushort

ReadUint32() public méthode

public ReadUint32 ( ) : uint
Résultat uint

ReadUint64() public méthode

public ReadUint64 ( ) : ulong
Résultat ulong

ReadUnicode() public méthode

public ReadUnicode ( int length ) : string
length int
Résultat string

ReturnPost() public méthode

public ReturnPost ( int i ) : void
i int
Résultat void

SkipBytes() public méthode

public SkipBytes ( int count ) : void
count int
Résultat void

good() public méthode

public good ( ) : bool
Résultat bool