Searched refs:combinedBuffer (Results 1 – 2 of 2) sorted by relevance
113 try (ByteArrayOutputStream combinedBuffer = new ByteArrayOutputStream()) { in dumpAsync() argument121 combinedBuffer.write(buffer, 0, numRead); in dumpAsync()125 return combinedBuffer.toByteArray(); in dumpAsync()
578 ByteArrayOutputStream combinedBuffer = new ByteArrayOutputStream(); in doInBackground() local589 combinedBuffer.write(buffer, 0, numRead); in doInBackground()593 combinedBuffer.reset(); in doInBackground()596 return combinedBuffer.toByteArray(); in doInBackground()