C# Class BitSharper.VarInt

Afficher le fichier Open project: TangibleCryptography/BitSharper Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( ) : byte[]
EncodeBe ( ) : byte[]
VarInt ( byte buf, int offset )
VarInt ( ulong value )

Method Details

Encode() public méthode

public Encode ( ) : byte[]
Résultat byte[]

EncodeBe() public méthode

public EncodeBe ( ) : byte[]
Résultat byte[]

VarInt() public méthode

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

VarInt() public méthode

public VarInt ( ulong value )
value ulong