Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using the ZIP format.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipFile.copyRawEntries(ZipArchiveOutputStream target,
ZipArchiveEntryPredicate predicate)
Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.