public class ChangeSetPerformer extends Object
| Constructor and Description | 
|---|
| ChangeSetPerformer(ChangeSet changeSet)Constructs a ChangeSetPerformer with the changes from this ChangeSet | 
| Modifier and Type | Method and Description | 
|---|---|
| ChangeSetResults | perform(ArchiveInputStream in,
       ArchiveOutputStream out)Performs all changes collected in this ChangeSet on the input stream and
 streams the result to the output stream. | 
| ChangeSetResults | perform(ZipFile in,
       ArchiveOutputStream out)Performs all changes collected in this ChangeSet on the ZipFile and
 streams the result to the output stream. | 
public ChangeSetPerformer(ChangeSet changeSet)
changeSet - the ChangeSet which operations are used for performingpublic ChangeSetResults perform(ArchiveInputStream in, ArchiveOutputStream out) throws IOException
in - the InputStream to perform the changes onout - the resulting OutputStream with all modificationsIOException - if an read/write error occurspublic ChangeSetResults perform(ZipFile in, ArchiveOutputStream out) throws IOException
in - the ZipFile to perform the changes onout - the resulting OutputStream with all modificationsIOException - if an read/write error occursCopyright © 2018 The Apache Software Foundation. All rights reserved.