public class Zips extends Object
| Constructor and Description |
|---|
Zips() |
| Modifier and Type | Method and Description |
|---|---|
static void |
unzip(File zipFile,
File destination) |
static void |
unzip(File zipFile,
File destination,
boolean noparent) |
static void |
unzip(InputStream read,
File destination,
boolean noparent) |
public static void unzip(File zipFile, File destination) throws IOException
IOExceptionpublic static void unzip(File zipFile, File destination, boolean noparent) throws IOException
IOExceptionpublic static void unzip(InputStream read, File destination, boolean noparent) throws IOException
IOExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.