| 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,
java.io.File targetDirectory)
Expands
archive into targetDirectory. |
| 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 | Field and Description |
|---|---|
private ZipFile |
ChangeSetPerformer.ZipFileIterator.in |
| 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.
|
| Constructor and Description |
|---|
ZipFileIterator(ZipFile in) |