|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Document
| Method Summary | |
|---|---|
MetaData |
getMetaData()
Gets data describing this resource. |
java.lang.String |
getName()
|
java.io.InputStream |
inputStream()
Streams the document's contents. |
boolean |
isComposite()
Is this a composite document? |
java.io.Reader |
reader()
Reads the content of this document. |
| Method Detail |
|---|
java.lang.String getName()
java.io.Reader reader()
throws java.io.IOException
Reader not null
java.io.IOException - if this document cannot be read
CompositeDocumentException - if this document can only be read as
a composite archive
java.io.InputStream inputStream()
throws java.io.IOException
java.io.IOException - when stream could not be openedMetaData getMetaData()
boolean isComposite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||