Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service Pipe

Description
the implementation of an output stream and an input stream.

All data written through the outputstream is buffered until it is read again from the input stream. Often two different threads access input and outputstream.

With the pipe-service, an outputstream can be converted into an input stream at the cost of an additional buffer.



Exported Interfaces

com::sun::star::io::XOutputStream
Description
This is the basic interface to write data to a stream.
com::sun::star::io::XInputStream
Description
This is the basic interface to read data from a stream.

Top of Page