public class ChangeSetPerformer
extends java.lang.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 java.io.IOException
in
- the InputStream to perform the changes onout
- the resulting OutputStream with all modificationsjava.io.IOException
- if an read/write error occurspublic ChangeSetResults perform(ZipFile in, ArchiveOutputStream out) throws java.io.IOException
in
- the ZipFile to perform the changes onout
- the resulting OutputStream with all modificationsjava.io.IOException
- if an read/write error occurs"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"