|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.util.ZipFileUtil
public final class ZipFileUtil
Utilities for dealing with Zip files.
Method Summary | |
---|---|
static java.io.File |
expandZipFile(java.io.File zipFile)
Expands the Zip file into a new directory in the same path. |
static void |
expandZipFile(java.io.File zipFile,
java.io.File target)
Expands the zipFile into target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.io.File expandZipFile(java.io.File zipFile) throws java.io.IOException
zipFile
- zip file to extract
java.io.IOException
- if there are problems expanding the zip filepublic static void expandZipFile(java.io.File zipFile, java.io.File target) throws java.io.IOException
zipFile
- zipFile to expandtarget
- target directory
java.io.IOException
- if there are problems expanding the zip file
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |