Method | Description | |
---|---|---|
ChangeEndianness ( byte bytes ) : byte[] |
Change bytes endianness to opposite.
|
|
KeepEndianness ( byte bytes ) : byte[] |
A placeholder which doesn't perform any byte convertions.
|
public static ChangeEndianness ( byte bytes ) : byte[] | ||
bytes | byte | Bytes in big/little endian order. |
return | byte[] |
public static KeepEndianness ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |