Uses of Class
org.apache.commons.compress.changes.ChangeSetResults
Packages that use ChangeSetResults
Package
Description
EXPERIMENTAL support for changesets that are applied to
archives.
-
Uses of ChangeSetResults in org.apache.commons.compress.changes
Methods in org.apache.commons.compress.changes that return ChangeSetResultsModifier and TypeMethodDescriptionChangeSetPerformer.perform
(ArchiveInputStream in, ArchiveOutputStream out) Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.ChangeSetPerformer.perform
(ZipFile in, ArchiveOutputStream out) Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.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.