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[] |
public PacketReader ( byte buffer, int count ) : System | ||
buffer | byte | |
count | int | |
Résultat | System |
public ReadByteArray ( int count ) : byte[] | ||
count | int | |
Résultat | byte[] |
public ReadString ( bool unicode, int count ) : string | ||
unicode | bool | |
count | int | |
Résultat | string |