Searched refs:gzipFile (Results 1 – 2 of 2) sorted by relevance
329 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() method in ZipUtil332 FileOutputStream fileStream = new FileOutputStream(gzipFile); in gzipFile()336 gzipFile.delete(); in gzipFile()339 gzipFile.delete(); in gzipFile()
1175 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() argument1176 ZipUtil.gzipFile(file, gzipFile); in gzipFile()