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 processT
IOException
- if an error occurred while processingCopyright © 2011–2021 aiticon GmbH. All rights reserved.