org.af.commons.io
Class Zipper

java.lang.Object
  extended by org.af.commons.io.Zipper

public class Zipper
extends Object

This class contains various static methods for handling ZIP files.


Constructor Summary
Zipper()
           
 
Method Summary
static void unzip(File file, File outputDir)
           
static void writeIntoZip(File zipDir, File zipfile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zipper

public Zipper()
Method Detail

writeIntoZip

public static void writeIntoZip(File zipDir,
                                File zipfile)
                         throws IOException
Throws:
IOException

unzip

public static final void unzip(File file,
                               File outputDir)
                        throws IOException
Throws:
IOException