Property | Type | Description | |
---|---|---|---|
Epoch | System.DateTime |
Method | Description | |
---|---|---|
FromUnix ( this unix ) : System.DateTime | ||
NextUInt64 ( this rnd ) : System.UInt64 | ||
ReadVarInt ( this br, int &pos ) : System.UInt64 | ||
ReadVarIntList ( this br, int &pos ) : List |
||
ReadVarStr ( this br, int &pos ) : string | ||
ReadVarStrSubjectAndBody ( this data, int &pos, string &subject, string &body ) : void | ||
ToUnix ( this dt ) : System.UInt64 | ||
VarIntToBytes ( this i ) : byte[] | ||
WriteVarInt ( this ms, System.UInt64 data ) : void | ||
WriteVarIntList ( this bw, List |
||
WriteVarStr ( this ms, string data ) : void |
public static FromUnix ( this unix ) : System.DateTime | ||
unix | this | |
return | System.DateTime |
public static NextUInt64 ( this rnd ) : System.UInt64 | ||
rnd | this | |
return | System.UInt64 |
public static ReadVarInt ( this br, int &pos ) : System.UInt64 | ||
br | this | |
pos | int | |
return | System.UInt64 |
public static ReadVarIntList ( this br, int &pos ) : List |
||
br | this | |
pos | int | |
return | List |
public static ReadVarStr ( this br, int &pos ) : string | ||
br | this | |
pos | int | |
return | string |
public static ReadVarStrSubjectAndBody ( this data, int &pos, string &subject, string &body ) : void | ||
data | this | |
pos | int | |
subject | string | |
body | string | |
return | void |
public static ToUnix ( this dt ) : System.UInt64 | ||
dt | this | |
return | System.UInt64 |
public static VarIntToBytes ( this i ) : byte[] | ||
i | this | |
return | byte[] |
public static WriteVarInt ( this ms, System.UInt64 data ) : void | ||
ms | this | |
data | System.UInt64 | |
return | void |
public static WriteVarIntList ( this bw, List |
||
bw | this | |
list | List |
|
return | void |
public static WriteVarStr ( this ms, string data ) : void | ||
ms | this | |
data | string | |
return | void |