|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.af.commons.io.Zipper
public class Zipper
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 |
|---|
public Zipper()
| Method Detail |
|---|
public static void writeIntoZip(File zipDir,
File zipfile)
throws IOException
IOException
public static final void unzip(File file,
File outputDir)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||