| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.examples | Contains example code that is not guaranteed to provide a
      stable API across releases of Commons Compress. | 
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| org.apache.commons.compress.changes | EXPERIMENTAL support for changesets that are applied to
      archives. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Expander. expand(ZipFile archive,
      File targetDirectory)Expands  archiveintotargetDirectory. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ZipFile. closeQuietly(ZipFile zipfile)close a zipfile quietly; throw no io fault, do nothing
 on a null parameter | 
| Modifier and Type | Method and Description | 
|---|---|
| ChangeSetResults | ChangeSetPerformer. perform(ZipFile in,
       ArchiveOutputStream out)Performs all changes collected in this ChangeSet on the ZipFile and
 streams the result to the output stream. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.