Searched refs:valueBytes (Results 1 – 2 of 2) sorted by relevance
92 byte[] valueBytes = getRemaining(buf); in decodeBerValue()93 final int numBits = valueBytes.length * 8 - unusedBits; in decodeBerValue()95 BitStreamReader reader = new BitStreamReader(valueBytes); in decodeBerValue()
218 val valueBytes = value.toByteArray() in <lambda>() constant219 Os.write(fd, valueBytes, 0, valueBytes.size) in <lambda>()