has to be implemented if the class should be able to write into an output stream. More...
import "XActiveDataSource.idl";
 
  
| Public Member Functions | |
| void | setOutputStream ([in] com::sun::star::io::XOutputStream aStream) | 
| plugs the output stream. | |
| com::sun::star::io::XOutputStream | getOutputStream () | 
|  Public Member Functions inherited from XInterface | |
| 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. | |
has to be implemented if the class should be able to write into an output stream.
| com::sun::star::io::XOutputStream getOutputStream | ( | ) | 
| void setOutputStream | ( | [in] com::sun::star::io::XOutputStream | aStream | ) | 
plugs the output stream.
If XConnectable is also implemented, this method should query aStream for a XConnectable and connect both.