com.partnersoft.v3x.tools
Class Unzipper

java.lang.Object
  extended by com.partnersoft.v3x.tools.Unzipper

public class Unzipper
extends java.lang.Object

Unzips a zip file into a directory. Simple enough.


Constructor Summary
Unzipper()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void unzip(java.io.File zipFile, java.io.File outputDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unzipper

public Unzipper()
Method Detail

main

public static void main(java.lang.String[] argv)

unzip

public static void unzip(java.io.File zipFile,
                         java.io.File outputDir)
                  throws java.io.IOException
Throws:
java.io.IOException