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

(Global Index)

Syntax

service Pump;

Description

the implementation of a data source and a data sink.

A thread will be created that reads from the input stream and writes the data to the connected output stream. Data will not be buffered by this service.

Guarantees

Exported Interfaces


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

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

com::sun::star::io::XActiveDataControl
Top of Page