Methods' Details |
writeBytes
- Description
- writes the whole sequence to the stream. (blocking call)
|
|
flush
- Description
- flushes out of the stream any data that may exist in buffers.
The semantics of this method are rather vague. See
::com::sun::star::io::XAsyncOutputMonitor::waitForCompletion for a similar method
with very specific semantics, that is useful in certain scenarios.
|
|
closeOutput
- Description
- gets called to indicate that all data has been written.
If this method has not yet been called, no attached
::com::sun::star::io::XInputStream receives an EOF signal. No further
bytes may be written after this method has been called.
|
|
Copyright © 2003 Sun Microsystems, Inc.