List of utility methods to do Byte to Unsigned Int
Converts the given byte's value to an unsigned long number.
return 0x00000000000000ff & ((long) data);