Method | Description | |
---|---|---|
BWrite ( this Writer, int value ) : void | ||
BWrite ( this Writer, uint value ) : void | ||
ReadBInt32 ( this Reader ) : int | ||
ReadBInt64 ( this Reader ) : long | ||
ReadBUInt32 ( this Reader ) : uint | ||
ReadBUInt64 ( this Reader ) : ulong | ||
ReadNullTerminatedString ( this Reader ) : string |
public static BWrite ( this Writer, int value ) : void | ||
Writer | this | |
value | int | |
return | void |
public static BWrite ( this Writer, uint value ) : void | ||
Writer | this | |
value | uint | |
return | void |
public static ReadBInt32 ( this Reader ) : int | ||
Reader | this | |
return | int |
public static ReadBInt64 ( this Reader ) : long | ||
Reader | this | |
return | long |
public static ReadBUInt32 ( this Reader ) : uint | ||
Reader | this | |
return | uint |
public static ReadBUInt64 ( this Reader ) : ulong | ||
Reader | this | |
return | ulong |
public static ReadNullTerminatedString ( this Reader ) : string | ||
Reader | this | |
return | string |