C# Class DarkEmu_GameServer.PacketReader

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Méthode Description
GetBytesLeft ( ) : int
ModifyIndex ( int i ) : void
PacketReader ( byte buffer, int count ) : System
ReadBool ( ) : bool
ReadByte ( ) : byte
ReadByteArray ( int count ) : byte[]
ReadDouble ( ) : double
ReadDword ( ) : uint
ReadFloat ( ) : float
ReadLword ( ) : ulong
ReadString ( bool unicode, int count ) : string
ReadWord ( ) : ushort
SetIndex ( int i ) : void
SetToNull ( ) : void
getIndex ( ) : int
getWorkspace ( ) : byte[]

Method Details

GetBytesLeft() public méthode

public GetBytesLeft ( ) : int
Résultat int

ModifyIndex() public méthode

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

PacketReader() public méthode

public PacketReader ( byte buffer, int count ) : System
buffer byte
count int
Résultat System

ReadBool() public méthode

public ReadBool ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadByteArray() public méthode

public ReadByteArray ( int count ) : byte[]
count int
Résultat byte[]

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadDword() public méthode

public ReadDword ( ) : uint
Résultat uint

ReadFloat() public méthode

public ReadFloat ( ) : float
Résultat float

ReadLword() public méthode

public ReadLword ( ) : ulong
Résultat ulong

ReadString() public méthode

public ReadString ( bool unicode, int count ) : string
unicode bool
count int
Résultat string

ReadWord() public méthode

public ReadWord ( ) : ushort
Résultat ushort

SetIndex() public méthode

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

SetToNull() public méthode

public SetToNull ( ) : void
Résultat void

getIndex() public méthode

public getIndex ( ) : int
Résultat int

getWorkspace() public méthode

public getWorkspace ( ) : byte[]
Résultat byte[]