|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.tools.Unzipper
public class Unzipper
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 |
|---|
public Unzipper()
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
public static void unzip(java.io.File zipFile,
java.io.File outputDir)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||