static long ubyteToLong(byte b) { ret b & 0x0FFL; } static long ubyteToLong(char c) { ret c & 0x0FFL; }