메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public static EncodeInt16 ( short value, byte buffer, int offset ) : void | ||
value | short | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeInt32 ( int value, byte buffer, int offset ) : void | ||
value | int | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeInt32BE ( int value, byte buffer, int offset ) : void | ||
value | int | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeInt64 ( long value, byte buffer, int offset ) : void | ||
value | long | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeInt64BE ( long value, byte buffer, int offset ) : void | ||
value | long | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeUInt16 ( ushort value, byte buffer, int offset ) : void | ||
value | ushort | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeUInt32 ( uint value, byte buffer, int offset ) : void | ||
value | uint | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeUInt32BE ( uint value, byte buffer, int offset ) : void | ||
value | uint | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeUInt64 ( ulong value, byte buffer, int offset ) : void | ||
value | ulong | |
buffer | byte | |
offset | int | |
리턴 | void |
public static EncodeUInt64BE ( ulong value, byte buffer, int offset ) : void | ||
value | ulong | |
buffer | byte | |
offset | int | |
리턴 | void |
public static ToInt32 ( byte value, int startIndex ) : Int32 | ||
value | byte | |
startIndex | int | |
리턴 | Int32 |
public static ToInt64 ( byte value, int startIndex ) : Int64 | ||
value | byte | |
startIndex | int | |
리턴 | Int64 |
public static ToInt64BE ( byte buffer, int offset ) : long | ||
buffer | byte | |
offset | int | |
리턴 | long |
public static ToString ( byte value, int startIndex ) : string | ||
value | byte | |
startIndex | int | |
리턴 | string |
public static ToUInt16 ( byte value, int startIndex ) : UInt16 | ||
value | byte | |
startIndex | int | |
리턴 | UInt16 |
public static ToUInt256 ( byte value, int startIndex ) : UInt256 | ||
value | byte | |
startIndex | int | |
리턴 | UInt256 |
public static ToUInt32 ( byte value, int startIndex ) : UInt32 | ||
value | byte | |
startIndex | int | |
리턴 | UInt32 |
public static ToUInt64 ( byte value, int startIndex ) : UInt64 | ||
value | byte | |
startIndex | int | |
리턴 | UInt64 |
public static ToUInt64BE ( byte buffer, int offset ) : ulong | ||
buffer | byte | |
offset | int | |
리턴 | ulong |