Package | Description |
---|---|
org.apache.commons.compress.changes |
EXPERIMENTAL support for changesets that are applied to
archives.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ChangeSetPerformer.ArchiveInputStreamIterator |
private static class |
ChangeSetPerformer.ZipFileIterator |
Modifier and Type | Method and Description |
---|---|
private ChangeSetResults |
ChangeSetPerformer.perform(ChangeSetPerformer.ArchiveEntryIterator entryIterator,
ArchiveOutputStream out)
Performs all changes collected in this ChangeSet on the input entries and
streams the result to the output stream.
|