Searched refs:gzipFile (Results 1 – 2 of 2) sorted by relevance
282 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() method in ZipUtil285 FileOutputStream fileStream = new FileOutputStream(gzipFile); in gzipFile()289 gzipFile.delete(); in gzipFile()292 gzipFile.delete(); in gzipFile()
1021 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() method in FileUtil1022 ZipUtil.gzipFile(file, gzipFile); in gzipFile()