interface XActiveDataSource in module com::sun::star::io::

(Global Index)

Syntax

interface XActiveDataSource : com::sun::star::uno::XInterface ;

Description

has to be implemented if the class should be able to write into an output stream.

See also

XActiveDataControl.

Method Summary

setOutputStream plugs the output stream.

getOutputStream

Method Details



setOutputStream

Syntax

void setOutputStream (
com::sun::star::io::XOutputStream aStream );

Description

plugs the output stream.

If XConnectable is also implemented, this method should query aStream for a XConnectable and connect both.


getOutputStream

Syntax

com::sun::star::io::XOutputStream getOutputStream ();

Description

Returns

the plugged stream.
Top of Page