C# Class bitmessage.network.Helper

Afficher le fichier Open project: sharpbitmessage/SharpBitmessage

Méthodes publiques

Свойство Type Description
Epoch System.DateTime

Méthodes publiques

Méthode 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 list ) : void
WriteVarStr ( this ms, string data ) : void

Method Details

FromUnix() public static méthode

public static FromUnix ( this unix ) : System.DateTime
unix this
Résultat System.DateTime

NextUInt64() public static méthode

public static NextUInt64 ( this rnd ) : System.UInt64
rnd this
Résultat System.UInt64

ReadVarInt() public static méthode

public static ReadVarInt ( this br, int &pos ) : System.UInt64
br this
pos int
Résultat System.UInt64

ReadVarIntList() public static méthode

public static ReadVarIntList ( this br, int &pos ) : List
br this
pos int
Résultat List

ReadVarStr() public static méthode

public static ReadVarStr ( this br, int &pos ) : string
br this
pos int
Résultat string

ReadVarStrSubjectAndBody() public static méthode

public static ReadVarStrSubjectAndBody ( this data, int &pos, string &subject, string &body ) : void
data this
pos int
subject string
body string
Résultat void

ToUnix() public static méthode

public static ToUnix ( this dt ) : System.UInt64
dt this
Résultat System.UInt64

VarIntToBytes() public static méthode

public static VarIntToBytes ( this i ) : byte[]
i this
Résultat byte[]

WriteVarInt() public static méthode

public static WriteVarInt ( this ms, System.UInt64 data ) : void
ms this
data System.UInt64
Résultat void

WriteVarIntList() public static méthode

public static WriteVarIntList ( this bw, List list ) : void
bw this
list List
Résultat void

WriteVarStr() public static méthode

public static WriteVarStr ( this ms, string data ) : void
ms this
data string
Résultat void

Property Details

Epoch public_oe static_oe property

public static DateTime,System Epoch
Résultat System.DateTime