|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.compress.changes.ChangeSetPerformer
public class ChangeSetPerformer
Performs ChangeSet operations on a stream. This class is thread safe and can be used multiple times. It operates on a copy of the ChangeSet. If the ChangeSet changes, a new Performer must be created.
| Constructor Summary | |
|---|---|
ChangeSetPerformer(ChangeSet changeSet)
Constructs a ChangeSetPerformer with the changes from this ChangeSet |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeSetPerformer(ChangeSet changeSet)
changeSet - the ChangeSet which operations are used for performing| Method Detail |
|---|
public ChangeSetResults perform(ArchiveInputStream in,
ArchiveOutputStream out)
throws IOException
in - the InputStream to perform the changes onout - the resulting OutputStream with all modifications
IOException - if an read/write error occurs
public ChangeSetResults perform(ZipFile in,
ArchiveOutputStream out)
throws IOException
in - the ZipFile to perform the changes onout - the resulting OutputStream with all modifications
IOException - if an read/write error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||