Searched defs:gzip (Results 1 – 2 of 2) sorted by relevance
227 public static File gzip(final File inputFile) throws IOException { in gzip() method in TarUtil
93 try (GZIPInputStream gzip = new GZIPInputStream(stream)) { in addSubprocessTrace()