public interface ZipUtils
| Modifier and Type | Method and Description |
|---|---|
void |
unzip(File zipFile,
List<String> validExtensions,
List<String> errorFiles)
Extract Zip file in temp folder to prepare all sources
|
void unzip(File zipFile, List<String> validExtensions, List<String> errorFiles) throws IOException
zipFile - input zip FilevalidExtensions - input File valid extensionserrorFiles - Files with invalid extensions or names not treatedIOException - in case of an I/O errorCopyright © 2015. All rights reserved.