Uses of Interface
org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate
Packages that use ZipArchiveEntryPredicate
Package
Description
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 ZipArchiveEntryPredicateModifier and TypeMethodDescriptionvoid
ZipFile.copyRawEntries
(ZipArchiveOutputStream target, ZipArchiveEntryPredicate predicate) Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.