public final class Zip extends Object
public static void zip(OutputStream out, File dir) throws IOException
out - The output stream to write todir - The directory to zipIOExceptionpublic static void unzip(File zip, File target) throws IOException
zip - The zip filetarget - The target directoryIOExceptionCopyright © 2013. All Rights Reserved.