메소드 | 설명 | |
---|---|---|
CombineBytes ( Byte buffer1, Byte buffer2 ) : Byte[] |
Combines two byte arrays into one.
|
|
CompareBytes ( Byte byte1, Byte byte2 ) : System.Boolean | ||
GetBytes ( Byte bytes, |
||
GetBytes ( Stream stream, |
||
GetBytesFromHexString ( String hexadecimalNumber ) : Byte[] |
Returns a byte array from a string representing a hexadecimal number.
|
|
GetHexStringFromBytes ( Byte bytes ) : String |
Returns a string from a byte array represented as a hexadecimal number (eg: 0F351A).
|
public static CombineBytes ( Byte buffer1, Byte buffer2 ) : Byte[] | ||
buffer1 | Byte | |
buffer2 | Byte | |
리턴 | Byte[] |
public static CompareBytes ( Byte byte1, Byte byte2 ) : System.Boolean | ||
byte1 | Byte | |
byte2 | Byte | |
리턴 | System.Boolean |
public static GetBytes ( Byte bytes, |
||
bytes | Byte | |
count | ||
offset | ||
리턴 | Byte[] |
public static GetBytes ( Stream stream, |
||
stream | Stream | |
count | ||
offset | ||
리턴 | Byte[] |
public static GetBytesFromHexString ( String hexadecimalNumber ) : Byte[] | ||
hexadecimalNumber | String |
/// |
리턴 | Byte[] |
public static GetHexStringFromBytes ( Byte bytes ) : String | ||
bytes | Byte |
/// |
리턴 | String |