Searched refs:gzipFile (Results 1 – 4 of 4) sorted by relevance
299 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() argument302 FileOutputStream fileStream = new FileOutputStream(gzipFile); in gzipFile()306 gzipFile.delete(); in gzipFile()309 gzipFile.delete(); in gzipFile()
1054 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() argument1055 ZipUtil.gzipFile(file, gzipFile); in gzipFile()
78 ZipUtil.gzipFile(systemImage, systemImageGZ); in setUp()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...