rat.document.impl.zip
Class ZipFileUnarchiver
java.lang.Object
rat.document.impl.zip.ZipFileUnarchiver
- All Implemented Interfaces:
- IFileUnarchiver
public class ZipFileUnarchiver
- extends Object
- implements IFileUnarchiver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipFileUnarchiver
public ZipFileUnarchiver()
unarchive
public IDocumentCollection unarchive(File file)
throws 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
IOException
Copyright © 2006-2011. All Rights Reserved.