Method | Description | |
---|---|---|
ArePrefixBytesEqual ( byte a, byte b, int size ) : bool | ||
CombineByteArrays ( IList |
||
CombineByteArraysAndArraySegments ( IList |
||
CombineBytes ( byte a, byte b ) : byte[] | ||
CombineBytes ( byte a, byte b, byte c ) : byte[] | ||
EscapeString ( string s ) : string | ||
GetSubBytes ( byte bytes, int start, int end ) : byte[] | ||
HexDecodeBytes ( byte hexEncodedData, int start, int end ) : byte[] | ||
HexDecodeString ( string hexEncodedData ) : byte[] | ||
HexEncodeString ( byte bytes ) : string | ||
InplaceReverseBytes ( byte a ) : byte[] |
public static ArePrefixBytesEqual ( byte a, byte b, int size ) : bool | ||
a | byte | |
b | byte | |
size | int | |
return | bool |
public static CombineByteArrays ( IList |
||
arrays | IList |
|
return | byte[] |
public static CombineByteArraysAndArraySegments ( IList |
||
arrays | IList |
|
arraySegments | IList |
|
return | byte[] |
public static CombineBytes ( byte a, byte b ) : byte[] | ||
a | byte | |
b | byte | |
return | byte[] |
public static CombineBytes ( byte a, byte b, byte c ) : byte[] | ||
a | byte | |
b | byte | |
c | byte | |
return | byte[] |
public static EscapeString ( string s ) : string | ||
s | string | |
return | string |
public static GetSubBytes ( byte bytes, int start, int end ) : byte[] | ||
bytes | byte | |
start | int | |
end | int | |
return | byte[] |
public static HexDecodeBytes ( byte hexEncodedData, int start, int end ) : byte[] | ||
hexEncodedData | byte | |
start | int | |
end | int | |
return | byte[] |
public static HexDecodeString ( string hexEncodedData ) : byte[] | ||
hexEncodedData | string | |
return | byte[] |
public static HexEncodeString ( byte bytes ) : string | ||
bytes | byte | |
return | string |
public static InplaceReverseBytes ( byte a ) : byte[] | ||
a | byte | |
return | byte[] |