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

Known Services Which Export this Interface

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

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

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

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

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

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

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

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

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

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

com::sun::star::ucb::DataContainer

com::sun::star::packages::PackageStream

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 ();

Returns

the plugged stream.
Top of Page