Searched refs:valueBuf (Results 1 – 1 of 1) sorted by relevance
561 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() argument562 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt()