rat.document
Interface IFileUnarchiver

All Known Implementing Classes:
ZipFileUnarchiver

public interface IFileUnarchiver

Reads documents from file archives.


Method Summary
 IDocumentCollection unarchive(java.io.File file)
          Unarchives the file.
 

Method Detail

unarchive

IDocumentCollection unarchive(java.io.File file)
                              throws java.io.IOException
Unarchives the file.

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-2009. All Rights Reserved.