com.isogen.util
Class ZipUtil

java.lang.Object
  extended bycom.isogen.util.ZipUtil

public class ZipUtil
extends java.lang.Object

Author:
avega

Constructor Summary
ZipUtil()
           
 
Method Summary
static void unzipFile(java.io.File zippedFile, java.io.File destination)
           
static java.io.File zipDirectory(java.io.File directory, java.lang.String basePath, java.io.File zipFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipUtil

public ZipUtil()
Method Detail

unzipFile

public static void unzipFile(java.io.File zippedFile,
                             java.io.File destination)
                      throws java.io.IOException
Throws:
java.io.IOException

zipDirectory

public static java.io.File zipDirectory(java.io.File directory,
                                        java.lang.String basePath,
                                        java.io.File zipFile)
                                 throws java.io.IOException
Throws:
java.io.IOException