rat.document.impl.zip
Class ZipFileUnarchiver

java.lang.Object
  extended by rat.document.impl.zip.ZipFileUnarchiver
All Implemented Interfaces:
IFileUnarchiver

public class ZipFileUnarchiver
extends java.lang.Object
implements IFileUnarchiver


Constructor Summary
ZipFileUnarchiver()
           
 
Method Summary
 IDocumentCollection unarchive(java.io.File file)
          Unarchives the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipFileUnarchiver

public ZipFileUnarchiver()
Method Detail

unarchive

public IDocumentCollection unarchive(java.io.File file)
                              throws java.io.IOException
Description copied from interface: IFileUnarchiver
Unarchives the file.

Specified by:
unarchive in interface IFileUnarchiver
Parameters:
file - File, not null
Returns:
IDocumentCollection describing the archived documents contained
Throws:
UnreadableArchiveException - if the file cannot be unarchived
java.io.IOException


Copyright © 2006-2008. All Rights Reserved.