Searched refs:toUnsignedInt (Results 1 – 9 of 9) sorted by relevance
138 return Byte.toUnsignedInt(b[off]) | ( Byte.toUnsignedInt(b[off+1]) << 8); in get16()
342 return Byte.toUnsignedInt(buf[pos++]); in read()
130 return Byte.toUnsignedInt(b[off]) | (Byte.toUnsignedInt(b[off+1]) << 8); in get16()
127 return read(singleByteBuf, 0, 1) == -1 ? -1 : Byte.toUnsignedInt(singleByteBuf[0]); in read()
526 int flag = Byte.toUnsignedInt(extra[off]); in setExtra0()
46 final int ui = Byte.toUnsignedInt(b);
46 final int ui = Short.toUnsignedInt(b);
512 public static int toUnsignedInt(short x) { in toUnsignedInt() method in Short
477 public static int toUnsignedInt(byte x) { in toUnsignedInt() method in Byte