Searched refs:bytesToLong (Results 1 – 2 of 2) sorted by relevance
89 assertThat(Utils.bytesToLong(bytes)).isEqualTo(expected); in testBytesToLong()
195 public static long bytesToLong(byte[] array) { in bytesToLong() method in Utils