Uses of Interface
org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate
-
Packages that use ZipArchiveEntryPredicate Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipArchiveEntryPredicate in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntryPredicate Modifier and Type Method Description voidZipFile. copyRawEntries(ZipArchiveOutputStream target, ZipArchiveEntryPredicate predicate)Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.
-