Method | Description | |
---|---|---|
Pad ( this bytes, int count ) : byte[] | ||
ReadCString ( this br ) : string | ||
ReadPacketGUID ( this br ) : ulong | ||
UppercaseFirst ( this s ) : string |
public static Pad ( this bytes, int count ) : byte[] | ||
bytes | this | |
count | int | |
return | byte[] |
public static ReadCString ( this br ) : string | ||
br | this | |
return | string |
public static ReadPacketGUID ( this br ) : ulong | ||
br | this | |
return | ulong |
public static UppercaseFirst ( this s ) : string | ||
s | this | |
return | string |