|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentStreamIO
Provides stream based interfaces for manipulating Document
contents.
Document
Method Summary | |
---|---|
InputStream |
getStream()
Returns the stream of bytes which represents the content of this Document . |
void |
sendToStream(OutputStream stream)
Send the contents of this Document to the specified stream. |
Method Detail |
---|
InputStream getStream() throws IOException
Document
.
InputStream
containing the bytes
of this Document
.
IOException
- For errors while writing the Document
.void sendToStream(OutputStream stream) throws IOException
Document
to the specified stream.
stream
- The OutputStream to which the Document
will
be written.
IOException
- For errors while writing the Document
.
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |