| Package | Description |
|---|---|
| org.apache.commons.compress.changes |
EXPERIMENTAL support for changesets that are applied to archives.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSetResults |
ChangeSetPerformer.perform(ArchiveInputStream
Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.
|
ChangeSetResults |
ChangeSetPerformer.perform(ZipFile
Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.
|