public class ChangeSetPerformer extends Object
| Constructor and Description |
|---|
ChangeSetPerformer(ChangeSet
Constructs a ChangeSetPerformer with the changes from this ChangeSet
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSetResults |
perform(ArchiveInputStream
Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.
|
ChangeSetResults |
perform(ZipFile
Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.
|
public ChangeSetPerformer(ChangeSetchangeSet)
changeSet - the ChangeSet which operations are used for performing
public ChangeSetResultsperform(ArchiveInputStream in, ArchiveOutputStream out) throws IOException
in - the InputStream to perform the changes on
out - the resulting OutputStream with all modifications
IOException - if an read/write error occurs
public ChangeSetResultsperform(ZipFile in, ArchiveOutputStream out) throws IOException
in - the ZipFile to perform the changes on
out - the resulting OutputStream with all modifications
IOException - if an read/write error occurs