C# Класс NBitcoin.BouncyCastle.Crypto.Utilities.Pack

Показать файл Открыть проект

Открытые методы

Метод Описание
BE_To_UInt16 ( byte bs ) : ushort
BE_To_UInt16 ( byte bs, int off ) : ushort
BE_To_UInt32 ( byte bs ) : uint
BE_To_UInt32 ( byte bs, int off ) : uint
BE_To_UInt32 ( byte bs, int off, uint ns ) : void
BE_To_UInt64 ( byte bs ) : ulong
BE_To_UInt64 ( byte bs, int off ) : ulong
BE_To_UInt64 ( byte bs, int off, ulong ns ) : void
LE_To_UInt16 ( byte bs ) : ushort
LE_To_UInt16 ( byte bs, int off ) : ushort
LE_To_UInt32 ( byte bs ) : uint
LE_To_UInt32 ( byte bs, int off ) : uint
LE_To_UInt32 ( byte bs, int off, int count ) : uint[]
LE_To_UInt32 ( byte bs, int off, uint ns ) : void
LE_To_UInt32 ( byte bs, int bOff, uint ns, int nOff, int count ) : void
LE_To_UInt64 ( byte bs ) : ulong
LE_To_UInt64 ( byte bs, int off ) : ulong
UInt16_To_BE ( ushort n, byte bs ) : void
UInt16_To_BE ( ushort n, byte bs, int off ) : void
UInt16_To_LE ( ushort n, byte bs ) : void
UInt16_To_LE ( ushort n, byte bs, int off ) : void
UInt32_To_BE ( uint n ) : byte[]
UInt32_To_BE ( uint n, byte bs ) : void
UInt32_To_BE ( uint n, byte bs, int off ) : void
UInt32_To_LE ( uint n ) : byte[]
UInt32_To_LE ( uint n, byte bs ) : void
UInt32_To_LE ( uint n, byte bs, int off ) : void
UInt64_To_BE ( ulong n ) : byte[]
UInt64_To_BE ( ulong n, byte bs ) : void
UInt64_To_BE ( ulong n, byte bs, int off ) : void
UInt64_To_LE ( ulong n ) : byte[]
UInt64_To_LE ( ulong n, byte bs ) : void
UInt64_To_LE ( ulong n, byte bs, int off ) : void

Приватные методы

Метод Описание
Pack ( )

Описание методов

BE_To_UInt16() публичный статический Метод

public static BE_To_UInt16 ( byte bs ) : ushort
bs byte
Результат ushort

BE_To_UInt16() публичный статический Метод

public static BE_To_UInt16 ( byte bs, int off ) : ushort
bs byte
off int
Результат ushort

BE_To_UInt32() публичный статический Метод

public static BE_To_UInt32 ( byte bs ) : uint
bs byte
Результат uint

BE_To_UInt32() публичный статический Метод

public static BE_To_UInt32 ( byte bs, int off ) : uint
bs byte
off int
Результат uint

BE_To_UInt32() публичный статический Метод

public static BE_To_UInt32 ( byte bs, int off, uint ns ) : void
bs byte
off int
ns uint
Результат void

BE_To_UInt64() публичный статический Метод

public static BE_To_UInt64 ( byte bs ) : ulong
bs byte
Результат ulong

BE_To_UInt64() публичный статический Метод

public static BE_To_UInt64 ( byte bs, int off ) : ulong
bs byte
off int
Результат ulong

BE_To_UInt64() публичный статический Метод

public static BE_To_UInt64 ( byte bs, int off, ulong ns ) : void
bs byte
off int
ns ulong
Результат void

LE_To_UInt16() публичный статический Метод

public static LE_To_UInt16 ( byte bs ) : ushort
bs byte
Результат ushort

LE_To_UInt16() публичный статический Метод

public static LE_To_UInt16 ( byte bs, int off ) : ushort
bs byte
off int
Результат ushort

LE_To_UInt32() публичный статический Метод

public static LE_To_UInt32 ( byte bs ) : uint
bs byte
Результат uint

LE_To_UInt32() публичный статический Метод

public static LE_To_UInt32 ( byte bs, int off ) : uint
bs byte
off int
Результат uint

LE_To_UInt32() публичный статический Метод

public static LE_To_UInt32 ( byte bs, int off, int count ) : uint[]
bs byte
off int
count int
Результат uint[]

LE_To_UInt32() публичный статический Метод

public static LE_To_UInt32 ( byte bs, int off, uint ns ) : void
bs byte
off int
ns uint
Результат void

LE_To_UInt32() публичный статический Метод

public static LE_To_UInt32 ( byte bs, int bOff, uint ns, int nOff, int count ) : void
bs byte
bOff int
ns uint
nOff int
count int
Результат void

LE_To_UInt64() публичный статический Метод

public static LE_To_UInt64 ( byte bs ) : ulong
bs byte
Результат ulong

LE_To_UInt64() публичный статический Метод

public static LE_To_UInt64 ( byte bs, int off ) : ulong
bs byte
off int
Результат ulong

UInt16_To_BE() публичный статический Метод

public static UInt16_To_BE ( ushort n, byte bs ) : void
n ushort
bs byte
Результат void

UInt16_To_BE() публичный статический Метод

public static UInt16_To_BE ( ushort n, byte bs, int off ) : void
n ushort
bs byte
off int
Результат void

UInt16_To_LE() публичный статический Метод

public static UInt16_To_LE ( ushort n, byte bs ) : void
n ushort
bs byte
Результат void

UInt16_To_LE() публичный статический Метод

public static UInt16_To_LE ( ushort n, byte bs, int off ) : void
n ushort
bs byte
off int
Результат void

UInt32_To_BE() публичный статический Метод

public static UInt32_To_BE ( uint n ) : byte[]
n uint
Результат byte[]

UInt32_To_BE() публичный статический Метод

public static UInt32_To_BE ( uint n, byte bs ) : void
n uint
bs byte
Результат void

UInt32_To_BE() публичный статический Метод

public static UInt32_To_BE ( uint n, byte bs, int off ) : void
n uint
bs byte
off int
Результат void

UInt32_To_LE() публичный статический Метод

public static UInt32_To_LE ( uint n ) : byte[]
n uint
Результат byte[]

UInt32_To_LE() публичный статический Метод

public static UInt32_To_LE ( uint n, byte bs ) : void
n uint
bs byte
Результат void

UInt32_To_LE() публичный статический Метод

public static UInt32_To_LE ( uint n, byte bs, int off ) : void
n uint
bs byte
off int
Результат void

UInt64_To_BE() публичный статический Метод

public static UInt64_To_BE ( ulong n ) : byte[]
n ulong
Результат byte[]

UInt64_To_BE() публичный статический Метод

public static UInt64_To_BE ( ulong n, byte bs ) : void
n ulong
bs byte
Результат void

UInt64_To_BE() публичный статический Метод

public static UInt64_To_BE ( ulong n, byte bs, int off ) : void
n ulong
bs byte
off int
Результат void

UInt64_To_LE() публичный статический Метод

public static UInt64_To_LE ( ulong n ) : byte[]
n ulong
Результат byte[]

UInt64_To_LE() публичный статический Метод

public static UInt64_To_LE ( ulong n, byte bs ) : void
n ulong
bs byte
Результат void

UInt64_To_LE() публичный статический Метод

public static UInt64_To_LE ( ulong n, byte bs, int off ) : void
n ulong
bs byte
off int
Результат void