C# Класс bitmessage.network.Helper

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Epoch System.DateTime

Открытые методы

Метод Описание
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

Описание методов

FromUnix() публичный статический Метод

public static FromUnix ( this unix ) : System.DateTime
unix this
Результат System.DateTime

NextUInt64() публичный статический Метод

public static NextUInt64 ( this rnd ) : System.UInt64
rnd this
Результат System.UInt64

ReadVarInt() публичный статический Метод

public static ReadVarInt ( this br, int &pos ) : System.UInt64
br this
pos int
Результат System.UInt64

ReadVarIntList() публичный статический Метод

public static ReadVarIntList ( this br, int &pos ) : List
br this
pos int
Результат List

ReadVarStr() публичный статический Метод

public static ReadVarStr ( this br, int &pos ) : string
br this
pos int
Результат string

ReadVarStrSubjectAndBody() публичный статический Метод

public static ReadVarStrSubjectAndBody ( this data, int &pos, string &subject, string &body ) : void
data this
pos int
subject string
body string
Результат void

ToUnix() публичный статический Метод

public static ToUnix ( this dt ) : System.UInt64
dt this
Результат System.UInt64

VarIntToBytes() публичный статический Метод

public static VarIntToBytes ( this i ) : byte[]
i this
Результат byte[]

WriteVarInt() публичный статический Метод

public static WriteVarInt ( this ms, System.UInt64 data ) : void
ms this
data System.UInt64
Результат void

WriteVarIntList() публичный статический Метод

public static WriteVarIntList ( this bw, List list ) : void
bw this
list List
Результат void

WriteVarStr() публичный статический Метод

public static WriteVarStr ( this ms, string data ) : void
ms this
data string
Результат void

Описание свойств

Epoch публичное статическое свойство

public static DateTime,System Epoch
Результат System.DateTime