service TextOutputStream in module com::sun::star::io::

(Global Index)

Syntax

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