| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.jar | Provides stream classes for reading and writing archives using
      the ZIP format with some extensions for the special case of JAR
      archives. | 
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JarArchiveOutputStreamSubclass that adds a special extra field to the very first entry
 which allows the created archive to be used as an executable jar on
 Solaris. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZipFile. copyRawEntries(ZipArchiveOutputStream target,
              ZipArchiveEntryPredicate predicate)Transfer selected entries from this zipfile to a given #ZipArchiveOutputStream. | 
| void | ScatterZipOutputStream. writeTo(ZipArchiveOutputStream target)Write the contents of this scatter stream to a target archive. | 
| void | ParallelScatterZipCreator. writeTo(ZipArchiveOutputStream targetStream)Write the contents this to the target  ZipArchiveOutputStream. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.