:: 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 - Summary
XActiveDataSource

allows to set the outputstream

XActiveDataSink

allows to set the inputstream

XActiveDataControl

allows listener administration and starting/stopping the pump

Exported Interfaces - Details
XActiveDataSource
Description
allows to set the outputstream
XActiveDataSink
Description
allows to set the inputstream
XActiveDataControl
Description
allows listener administration and starting/stopping the pump

 
Top of Page