:: com :: sun :: star :: io ::

service DataOutputStream
Description
writes structured data to a chained XOutputStream.

An implementation of this service in general does not need to buffer data itself.


Exported Interfaces - Summary
XDataOutputStream

allows to write structured data.

XActiveDataSource

used to plug the outputstream-data-sink. (details)

Exported Interfaces - Details
XDataOutputStream
Description
allows to write structured data.
XActiveDataSource
Description
used to plug the outputstream-data-sink.

A plain output stream is sufficient.


 
Top of Page