rat.document
Interface IFileUnarchiver

All Known Implementing Classes:
ZipFileUnarchiver

public interface IFileUnarchiver

Reads documents from file archives.


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

Method Detail

unarchive

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

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.