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

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.


Exported Interfaces
::com::sun::star::io::XActiveDataSource
Description
allows to set the outputstream
::com::sun::star::io::XActiveDataSink
Description
allows to set the inputstream
::com::sun::star::io::XActiveDataControl
Description
allows listener administration and starting/stopping the pump

 
Top of Page