Method | Description | |
---|---|---|
EncodeBool ( bool value, byte buffer, int offset ) : void | ||
EncodeInt16 ( short value, byte buffer, int offset ) : void | ||
EncodeInt32 ( int value, byte buffer, int offset ) : void | ||
EncodeInt32BE ( int value, byte buffer, int offset ) : void | ||
EncodeInt64 ( long value, byte buffer, int offset ) : void | ||
EncodeInt64BE ( long value, byte buffer, int offset ) : void | ||
EncodeUInt16 ( ushort value, byte buffer, int offset ) : void | ||
EncodeUInt32 ( uint value, byte buffer, int offset ) : void | ||
EncodeUInt32BE ( uint value, byte buffer, int offset ) : void | ||
EncodeUInt64 ( ulong value, byte buffer, int offset ) : void | ||
EncodeUInt64BE ( ulong value, byte buffer, int offset ) : void | ||
GetBytes ( |
||
GetBytes ( Int32 value ) : byte[] | ||
GetBytes ( Int64 value ) : byte[] | ||
GetBytes ( UInt16 value ) : byte[] | ||
GetBytes ( UInt256 value ) : byte[] | ||
GetBytes ( UInt32 value ) : byte[] | ||
GetBytes ( UInt64 value ) : byte[] | ||
Order ( byte value ) : byte[] | ||
ToInt32 ( byte value, int startIndex ) : Int32 | ||
ToInt64 ( byte value, int startIndex ) : Int64 | ||
ToInt64BE ( byte buffer, int offset ) : long | ||
ToString ( byte value, int startIndex ) : string | ||
ToUInt16 ( byte value, int startIndex ) : UInt16 | ||
ToUInt256 ( byte value, int startIndex ) : UInt256 | ||
ToUInt32 ( byte value, int startIndex ) : UInt32 | ||
ToUInt64 ( byte value, int startIndex ) : UInt64 | ||
ToUInt64BE ( byte buffer, int offset ) : ulong |
public static EncodeBool ( bool value, byte buffer, int offset ) : void | ||
value | bool | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeInt16 ( short value, byte buffer, int offset ) : void | ||
value | short | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeInt32 ( int value, byte buffer, int offset ) : void | ||
value | int | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeInt32BE ( int value, byte buffer, int offset ) : void | ||
value | int | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeInt64 ( long value, byte buffer, int offset ) : void | ||
value | long | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeInt64BE ( long value, byte buffer, int offset ) : void | ||
value | long | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeUInt16 ( ushort value, byte buffer, int offset ) : void | ||
value | ushort | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeUInt32 ( uint value, byte buffer, int offset ) : void | ||
value | uint | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeUInt32BE ( uint value, byte buffer, int offset ) : void | ||
value | uint | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeUInt64 ( ulong value, byte buffer, int offset ) : void | ||
value | ulong | |
buffer | byte | |
offset | int | |
return | void |
public static EncodeUInt64BE ( ulong value, byte buffer, int offset ) : void | ||
value | ulong | |
buffer | byte | |
offset | int | |
return | void |
public static GetBytes ( |
||
value | ||
return | byte[] |
public static GetBytes ( Int32 value ) : byte[] | ||
value | Int32 | |
return | byte[] |
public static GetBytes ( Int64 value ) : byte[] | ||
value | Int64 | |
return | byte[] |
public static GetBytes ( UInt16 value ) : byte[] | ||
value | UInt16 | |
return | byte[] |
public static GetBytes ( UInt256 value ) : byte[] | ||
value | UInt256 | |
return | byte[] |
public static GetBytes ( UInt32 value ) : byte[] | ||
value | UInt32 | |
return | byte[] |
public static GetBytes ( UInt64 value ) : byte[] | ||
value | UInt64 | |
return | byte[] |
public static ToInt32 ( byte value, int startIndex ) : Int32 | ||
value | byte | |
startIndex | int | |
return | Int32 |
public static ToInt64 ( byte value, int startIndex ) : Int64 | ||
value | byte | |
startIndex | int | |
return | Int64 |
public static ToInt64BE ( byte buffer, int offset ) : long | ||
buffer | byte | |
offset | int | |
return | long |
public static ToString ( byte value, int startIndex ) : string | ||
value | byte | |
startIndex | int | |
return | string |
public static ToUInt16 ( byte value, int startIndex ) : UInt16 | ||
value | byte | |
startIndex | int | |
return | UInt16 |
public static ToUInt256 ( byte value, int startIndex ) : UInt256 | ||
value | byte | |
startIndex | int | |
return | UInt256 |
public static ToUInt32 ( byte value, int startIndex ) : UInt32 | ||
value | byte | |
startIndex | int | |
return | UInt32 |
public static ToUInt64 ( byte value, int startIndex ) : UInt64 | ||
value | byte | |
startIndex | int | |
return | UInt64 |
public static ToUInt64BE ( byte buffer, int offset ) : ulong | ||
buffer | byte | |
offset | int | |
return | ulong |