Searched refs:gzipFile (Results 1 – 1 of 1) 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()