Java org.apache.commons.compress.changes ChangeSetPerformer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.changes ChangeSetPerformer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.changes ChangeSetPerformer.

The text is from its open source code.

Constructor

ChangeSetPerformer(final ChangeSet changeSet)
Constructs a ChangeSetPerformer with the changes from this ChangeSet

Method

ChangeSetResultsperform(ArchiveInputStream in, ArchiveOutputStream out)
Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.