C# 클래스 HashrateCalculator.Program

파일 보기 프로젝트 열기: GarageGames/Bitcoin

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Main ( ) : void

메소드 상세

Byteswap() 공개 정적인 메소드

public static Byteswap ( System.UInt64 inval ) : System.UInt64
inval System.UInt64
리턴 System.UInt64

Byteswap() 공개 정적인 메소드

public static Byteswap ( byte input ) : byte[]
input byte
리턴 byte[]

Byteswap() 공개 정적인 메소드

public static Byteswap ( short inval ) : short
inval short
리턴 short

Byteswap() 공개 정적인 메소드

public static Byteswap ( uint inval ) : uint
inval uint
리턴 uint

GenerateHash() 공개 정적인 메소드

public static GenerateHash ( byte data ) : byte[]
data byte
리턴 byte[]

GetHexVal() 공개 정적인 메소드

public static GetHexVal ( char hex ) : int
hex char
리턴 int

HashToString() 공개 정적인 메소드

public static HashToString ( byte hash ) : string
hash byte
리턴 string

HexStringToByteArray() 공개 정적인 메소드

public static HexStringToByteArray ( string hex ) : byte[]
hex string
리턴 byte[]

ReadString() 공개 정적인 메소드

public static ReadString ( BinaryReader br, int len ) : string
br System.IO.BinaryReader
len int
리턴 string

ReadVarInt() 공개 정적인 메소드

public static ReadVarInt ( BinaryReader br ) : ulong
br System.IO.BinaryReader
리턴 ulong

ReadWebString() 공개 정적인 메소드

public static ReadWebString ( string url ) : string
url string
리턴 string

UnixTime() 공개 정적인 메소드

public static UnixTime ( ) : System.UInt64
리턴 System.UInt64

WriteVarInt() 공개 정적인 메소드

public static WriteVarInt ( BinaryWriter bw, ulong val ) : void
bw System.IO.BinaryWriter
val ulong
리턴 void