Uses of Interface
kala.compress.archivers.zip.ZipArchiveEntryPredicate
-
Packages that use ZipArchiveEntryPredicate Package Description kala.compress.archivers.zip 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 ZipArchiveEntryPredicate Modifier and Type Method Description voidZipArchiveReader. copyRawEntries(ZipArchiveOutputStream target, ZipArchiveEntryPredicate predicate)Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.
-