Searched refs:byte2int (Results 1 – 1 of 1) sorted by relevance
45 result += byte2int(bb.get()); in readUInt24()52 result += byte2int(bb.get()) << 8; in readUInt16()53 result += byte2int(bb.get()); in readUInt16()59 result += byte2int(bb.get()); in readUInt16BE()60 result += byte2int(bb.get()) << 8; in readUInt16BE()65 return byte2int(bb.get()); in readUInt8()68 public static int byte2int(byte b) { in byte2int() method in IsoTypeReader