public class ZipUtils extends Object
| Constructor and Description |
|---|
ZipUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
unzipToFolder(ZipInputStream zis,
Path targetFolder)
Allows unzipping content of the
ZipInputStream into provided folder. |
public static int unzipToFolder(ZipInputStream zis, Path targetFolder) throws IOException
ZipInputStream into provided folder.zis - the ZipInputStream to be deflated.targetFolder - the path to folder where to deflate.IOException - thrown if operation failed due to I/O errors.Copyright © 2022. All rights reserved.