com.myJava.file.archive
Class ArchiveReader

java.lang.Object
  extended by com.myJava.file.archive.ArchiveReader

public class ArchiveReader
extends java.lang.Object

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
ArchiveReader(ArchiveAdapter adapter)
           
 
Method Summary
 void close()
           
 void injectIntoDirectory(java.io.File dir)
           
 void injectIntoDirectory(java.io.File dir, FileFilterList entriesToRecover, TaskMonitor monitor, OutputStreamListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveReader

public ArchiveReader(ArchiveAdapter adapter)
              throws java.io.IOException,
                     java.io.FileNotFoundException
Throws:
java.io.IOException
java.io.FileNotFoundException
Method Detail

injectIntoDirectory

public void injectIntoDirectory(java.io.File dir)
                         throws java.io.IOException
Throws:
java.io.IOException

injectIntoDirectory

public void injectIntoDirectory(java.io.File dir,
                                FileFilterList entriesToRecover,
                                TaskMonitor monitor,
                                OutputStreamListener listener)
                         throws java.io.IOException,
                                TaskCancelledException
Throws:
java.io.IOException
TaskCancelledException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException