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