|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextDocumentReaderIO
Provides Reader
/Writer
based interfaces for manipulating
TextDocument
s.
Method Summary | |
---|---|
Reader |
getReader()
Returns the sequence of characters which represents the content of the TextDocument . |
void |
sendToWriter(Writer writer)
Send the contents of this TextDocument to the specified
Writer. |
Method Detail |
---|
Reader getReader() throws IOException
TextDocument
.
Reader
containing the characters of the
TextDocument
.
IOException
- If an I/O error occurs.void sendToWriter(Writer writer) throws IOException
TextDocument
to the specified
Writer.
writer
- The Writer
to which the characters of the
TextDocument
will be written.
IOException
- If an I/O error occurs.
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |