Searched refs:uncompressedOut (Results 1 – 3 of 3) sorted by relevance
167 public void uncompress(InputStream compressedIn, OutputStream uncompressedOut) in uncompress() argument174 uncompressedOut.write(buffer, 0, numRead); in uncompress()
35 public void uncompress(InputStream compressedIn, OutputStream uncompressedOut) throws IOException; in uncompress() argument
69 ByteArrayOutputStream uncompressedOut = new ByteArrayOutputStream(); in uncompressWithJavaInflater() local72 uncompressedOut.write(buffer, 0, numRead); in uncompressWithJavaInflater()74 return uncompressedOut.toByteArray(); in uncompressWithJavaInflater()