|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object osdep.util.Unzipper
public class Unzipper
Code Copied from Matrex (I had to maintain the library separated) Unzips a file to a directory
Constructor Summary | |
---|---|
Unzipper()
|
Method Summary | |
---|---|
static void |
copyInputStream(java.io.InputStream in,
java.io.OutputStream out)
|
static void |
unzip(java.lang.String dirPath,
java.util.zip.ZipInputStream zipStream)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Unzipper()
Method Detail |
---|
public static void unzip(java.lang.String dirPath, java.util.zip.ZipInputStream zipStream) throws ZipException
ZipException
public static final void copyInputStream(java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |