Searched defs:gzip (Results 1 – 3 of 3) sorted by relevance
65 try (GZIPInputStream gzip = new GZIPInputStream(inputStream); in inputStreamToGunzipString()
199 try (GZIPOutputStream gzip = new GZIPOutputStream(outputStream)) { in toGzipBytes()
162 GZIPOutputStream gzip = null; in getDictionary() local198 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); in restoreDictionary() local