static byte toUByte(int i) { if (!isUByte(i)) fail("Not a u-byte: " + i); ret (byte) i; }