public class Compresses extends Object
static void
unzip(File target, File unzipDir)
unzip(String target, String unzipDir)
zip(File dir, String target)
zip(String dir, String target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static void zip(String dir, String target)
public static void zip(File dir, String target)
dir
target
public static void unzip(String target, String unzipDir)
public static void unzip(File target, File unzipDir)
unzipDir
Copyright © 2024. All rights reserved.