service Pipe in module com::sun::star::io::

(Global Index)

Syntax

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. The buffer grows in 2 ^ x steps. The maximum size of the buffer is 2 ^ 31 -1.

Guarantees

Exported Interfaces


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

com::sun::star::io::XInputStream
Top of Page