net.bpelunit.util
Class ZipUtil

java.lang.Object
  extended by net.bpelunit.util.ZipUtil

public final class ZipUtil
extends Object


Method Summary
static void unzipFile(File zip, File dir)
           
static void zipDirectory(File directory, File zipFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unzipFile

public static void unzipFile(File zip,
                             File dir)
                      throws IOException
Throws:
IOException

zipDirectory

public static void zipDirectory(File directory,
                                File zipFile)
                         throws IOException
Throws:
IOException


Copyright © 2012 Leibniz Universität Hannover. All Rights Reserved.