|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.zekr.common.util.ZipUtils
public class ZipUtils
Some utilities for working with zip files.
Constructor Summary | |
---|---|
ZipUtils()
|
Method Summary | |
---|---|
static void |
extract(java.io.File zipFile,
java.lang.String destDir)
Extracts zip file zipFile info destDir |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipUtils()
Method Detail |
---|
public static void extract(java.io.File zipFile, java.lang.String destDir) throws java.io.IOException
zipFile
info destDir
zipFile
- source zip file to be unzippeddestDir
- destination directory to extract content of the zip file into it. Will be created first, if does not
exist.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |