static int unsignedShortToInt(short i) { ret i & 0x0FFFF; }