Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service TextOutputStream

Description
writes its data to a chained XOutputStream .
Guarantees
thread safe
Guarantees
allow buffer size is 2 ^ 31 -1


Exported Interfaces

com::sun::star::io::XTextOutputStream
Description
makes it possible to write machine-independent simple data types to a stream.
com::sun::star::io::XActiveDataSource
Description
has to be implemented if the class should be able to write into an output stream.

Top of Page