|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrat.document.impl.CompositeDocument
rat.document.impl.zip.ZipFileDocument
public class ZipFileDocument
Document which is a zip file.
Constructor Summary | |
---|---|
ZipFileDocument(java.io.File file)
|
Method Summary | |
---|---|
IDocumentCollection |
readArchive()
Reads contents of composite document. |
Methods inherited from class rat.document.impl.CompositeDocument |
---|
getName, reader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipFileDocument(java.io.File file)
Method Detail |
---|
public IDocumentCollection readArchive() throws java.io.IOException
IDocument
IDocumentCollection
, not null
java.io.IOException
- if the document cannot be read
UnreadableArchiveException
- if this document is not an archive
or if this document is unreadable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |