C# 클래스 bitmessage.network.Helper

파일 보기 프로젝트 열기: sharpbitmessage/SharpBitmessage

공개 프로퍼티들

프로퍼티 타입 설명
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