Searched refs:resultBuf (Results 1 – 2 of 2) sorted by relevance
584 ByteBuffer resultBuf = dataValue.getEncodedContents(); in convert() local585 if (!resultBuf.hasRemaining()) { in convert()588 byte[] result = new byte[resultBuf.remaining()]; in convert()589 resultBuf.get(result); in convert()
449 ByteBuffer resultBuf = ByteBuffer.wrap(result); in getUncompressedData() local450 ByteBufferSink resultSink = new ByteBufferSink(resultBuf); in getUncompressedData()