public interface ZipFileProcessor<T>
ZipFile.| Modifier and Type | Method and Description |
|---|---|
T |
process(org.apache.commons.compress.archivers.zip.ZipFile zipFile)
Processes the
ZipFile. |
T process(org.apache.commons.compress.archivers.zip.ZipFile zipFile) throws IOException
ZipFile.zipFile - the ZipFile to processTIOException - if an error occurred while processingCopyright © 2011–2022 aiticon GmbH. All rights reserved.