Searched refs:byteArrayToShort (Results 1 – 2 of 2) sorted by relevance
58 public void byteArrayToShort() { in byteArrayToShort() method in UtilsTest60 short s = Utils.byteArrayToShort(valueBuf); in byteArrayToShort()
312 public static short byteArrayToShort(byte[] valueBuf) { in byteArrayToShort() method in Utils