static int compressed30BitUint_lengthFromFirstByte(byte b) { ret (ubyteToInt(b) >> 6)+1; }