Searched refs:gzipOutput (Results 1 – 2 of 2) sorted by relevance
63 GZIPOutputStream gzipOutput = new GZIPOutputStream(byteOutput); in getBytes() local67 gzipOutput.write(buffer, 0, count); in getBytes()69 gzipOutput.close(); in getBytes()
120 GZIPOutputStream gzipOutput = new GZIPOutputStream(byteOutput); in getBytes() local126 gzipOutput.write(buffer, 0, numRead); in getBytes()128 gzipOutput.close(); in getBytes()