Метод | Описание | |
---|---|---|
Byteswap ( System.UInt64 inval ) : System.UInt64 | ||
Byteswap ( short inval ) : short | ||
Byteswap ( uint inval ) : uint | ||
GenerateHash ( byte data ) : byte[] | ||
GenerateKey ( ) : OpenSSL.Crypto.EC.Key | ||
GetHexVal ( char hex ) : int | ||
HashToString ( byte hash ) : string | ||
HexStringToByteArray ( string hex ) : byte[] | ||
RandomSeed ( ) : void | ||
RandomSeedReg ( ) : void | ||
ReadString ( |
||
ReadVarInt ( |
||
UnixTime ( ) : System.UInt64 | ||
WriteVarInt ( |
Метод | Описание | |
---|---|---|
Main ( ) : void |
public static Byteswap ( System.UInt64 inval ) : System.UInt64 | ||
inval | System.UInt64 | |
Результат | System.UInt64 |
public static Byteswap ( short inval ) : short | ||
inval | short | |
Результат | short |
public static Byteswap ( uint inval ) : uint | ||
inval | uint | |
Результат | uint |
public static GenerateHash ( byte data ) : byte[] | ||
data | byte | |
Результат | byte[] |
public static GenerateKey ( ) : OpenSSL.Crypto.EC.Key | ||
Результат | OpenSSL.Crypto.EC.Key |
public static GetHexVal ( char hex ) : int | ||
hex | char | |
Результат | int |
public static HashToString ( byte hash ) : string | ||
hash | byte | |
Результат | string |
public static HexStringToByteArray ( string hex ) : byte[] | ||
hex | string | |
Результат | byte[] |
public static ReadString ( |
||
br | ||
len | int | |
Результат | string |
public static ReadVarInt ( |
||
br | ||
Результат | ulong |
public static UnixTime ( ) : System.UInt64 | ||
Результат | System.UInt64 |
public static WriteVarInt ( |
||
bw | ||
val | ulong | |
Результат | void |