service Pipe in module com::sun::star::io:: |
service Pipe;
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.
Exported Interfaces |
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.