Uses of Interface
kala.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 kala.compress.archivers.zip
Methods in kala.compress.archivers.zip with parameters of type ZipArchiveEntryPredicateModifier and TypeMethodDescriptionvoidZipArchiveReader.copyRawEntries(ZipArchiveOutputStream target, ZipArchiveEntryPredicate predicate) Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.