public class ZipUtil extends Object
| Constructor and Description |
|---|
ZipUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
unzip(String zipFilePath,
String unzipLocation)
Unzip.
|
static void |
unzipFiles(ZipInputStream zipInputStream,
Path unzipFilePath)
Unzip files.
|
public static void unzip(String zipFilePath, String unzipLocation)
zipFilePath - the zip file pathunzipLocation - the unzip locationpublic static void unzipFiles(ZipInputStream zipInputStream, Path unzipFilePath) throws IOException
zipInputStream - the zip input streamunzipFilePath - the unzip file pathIOException - the io exceptionCopyright © 2023. All rights reserved.