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

(Global Index)

Syntax

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

Description

makes it possible to read the corresponding object from an input stream.

If you want to allow control from outside, also implement the XActiveDataControl interface.

Method Summary

setInputStream plugs the input stream.

getInputStream

Method Details



setInputStream

Syntax

void setInputStream (
com::sun::star::io::XInputStream aStream );

Description

plugs the input stream.

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


getInputStream

Syntax

com::sun::star::io::XInputStream getInputStream ();

Description

Returns

the plugged stream.
Top of Page