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