public abstract class CompositeDocument extends Object implements IDocument
Constructor and Description |
---|
CompositeDocument(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Reader |
reader()
Reads the content of this document.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readArchive
public CompositeDocument(String name)
public Reader reader() throws IOException
IDocument
reader
in interface IDocument
Reader
not nullIOException
- if this document cannot be readCompositeDocumentException
- if this document can only be read as
a composite archiveCopyright © 2006–2015. All rights reserved.