Searched refs:unsignedByteToInt (Results 1 – 1 of 1) sorted by relevance
27 public static int unsignedByteToInt(byte b) { in unsignedByteToInt() method in NumberUtils41 int value = unsignedByteToInt(bytes[i]); in littleEndianByteArrayToInt()