C# Class HashrateCalculator.Program

Afficher le fichier Open project: GarageGames/Bitcoin

Méthodes publiques

Méthode Description
Byteswap ( System.UInt64 inval ) : System.UInt64
Byteswap ( byte input ) : byte[]
Byteswap ( short inval ) : short
Byteswap ( uint inval ) : uint
GenerateHash ( byte data ) : byte[]
GetHexVal ( char hex ) : int
HashToString ( byte hash ) : string
HexStringToByteArray ( string hex ) : byte[]
ReadString ( BinaryReader br, int len ) : string
ReadVarInt ( BinaryReader br ) : ulong
ReadWebString ( string url ) : string
UnixTime ( ) : System.UInt64
WriteVarInt ( BinaryWriter bw, ulong val ) : void

Private Methods

Méthode Description
Main ( ) : void

Method Details

Byteswap() public static méthode

public static Byteswap ( System.UInt64 inval ) : System.UInt64
inval System.UInt64
Résultat System.UInt64

Byteswap() public static méthode

public static Byteswap ( byte input ) : byte[]
input byte
Résultat byte[]

Byteswap() public static méthode

public static Byteswap ( short inval ) : short
inval short
Résultat short

Byteswap() public static méthode

public static Byteswap ( uint inval ) : uint
inval uint
Résultat uint

GenerateHash() public static méthode

public static GenerateHash ( byte data ) : byte[]
data byte
Résultat byte[]

GetHexVal() public static méthode

public static GetHexVal ( char hex ) : int
hex char
Résultat int

HashToString() public static méthode

public static HashToString ( byte hash ) : string
hash byte
Résultat string

HexStringToByteArray() public static méthode

public static HexStringToByteArray ( string hex ) : byte[]
hex string
Résultat byte[]

ReadString() public static méthode

public static ReadString ( BinaryReader br, int len ) : string
br System.IO.BinaryReader
len int
Résultat string

ReadVarInt() public static méthode

public static ReadVarInt ( BinaryReader br ) : ulong
br System.IO.BinaryReader
Résultat ulong

ReadWebString() public static méthode

public static ReadWebString ( string url ) : string
url string
Résultat string

UnixTime() public static méthode

public static UnixTime ( ) : System.UInt64
Résultat System.UInt64

WriteVarInt() public static méthode

public static WriteVarInt ( BinaryWriter bw, ulong val ) : void
bw System.IO.BinaryWriter
val ulong
Résultat void