org.apache.commons.compress.changes
Class ChangeWorker

java.lang.Object
  extended by org.apache.commons.compress.changes.ChangeWorker

public class ChangeWorker
extends java.lang.Object

Performs the operations of a change set


Method Summary
static void perform(ChangeSet changes, ArchiveInputStream in, ArchiveOutputStream out)
          TODO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

perform

public static void perform(ChangeSet changes,
                           ArchiveInputStream in,
                           ArchiveOutputStream out)
                    throws java.io.IOException
TODO

Parameters:
changes -
in -
out -
Throws:
java.io.IOException