LibreOffice
LibreOffice 24.2 SDK API Reference
|
the implementation of a data source and a data sink. More...
import <Pump.idl;
Exported Interfaces | |
interface | com::sun::star::io::XActiveDataSource |
allows to set the outputstream | |
interface | com::sun::star::io::XActiveDataSink |
allows to set the inputstream | |
interface | com::sun::star::io::XActiveDataControl |
allows listener administration and starting/stopping the pump | |
Additional Inherited Members | |
![]() | |
void | setOutputStream ([in] com::sun::star::io::XOutputStream aStream) |
plugs the output stream. | |
com::sun::star::io::XOutputStream | getOutputStream () |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
![]() | |
void | setInputStream ([in] com::sun::star::io::XInputStream aStream) |
plugs the input stream. | |
com::sun::star::io::XInputStream | getInputStream () |
![]() | |
void | addListener ([in] com::sun::star::io::XStreamListener aListener) |
registers an object to receive events from this data source. | |
void | removeListener ([in] com::sun::star::io::XStreamListener aListener) |
unregisters an object to receive events from this data source. | |
void | start () |
starts I/O. | |
void | terminate () |
does a weak abort. | |
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.
interface com::sun::star::io::XActiveDataControl |
allows listener administration and starting/stopping the pump
interface com::sun::star::io::XActiveDataSink |
allows to set the inputstream
interface com::sun::star::io::XActiveDataSource |
allows to set the outputstream