| Package | Description |
|---|---|
| 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 |
|---|---|
static void |
ZipFile.closeQuietly(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
Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.
|