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, waitreadArchivepublic CompositeDocument(String name)
public Reader reader() throws IOException
IDocumentreader in interface IDocumentReader not nullIOException - if this document cannot be readCompositeDocumentException - if this document can only be read as
a composite archiveCopyright © 2006-2013. All Rights Reserved.