C# 클래스 BitSharper.VarInt

파일 보기 프로젝트 열기: TangibleCryptography/BitSharper 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( ) : byte[]
EncodeBe ( ) : byte[]
VarInt ( byte buf, int offset )
VarInt ( ulong value )

메소드 상세

Encode() 공개 메소드

public Encode ( ) : byte[]
리턴 byte[]

EncodeBe() 공개 메소드

public EncodeBe ( ) : byte[]
리턴 byte[]

VarInt() 공개 메소드

public VarInt ( byte buf, int offset )
buf byte
offset int

VarInt() 공개 메소드

public VarInt ( ulong value )
value ulong