:: com :: sun :: star :: io ::
|
interface XOutputStream |
|
- Description
- This is the basic interface to write data to a stream.
See the
streaming document for further information on chaining and piping streams.
|
Methods' Summary |
writeBytes |
writes the whole sequence to the stream. (blocking call)
|
flush |
flushes out of the stream any data that may exist in buffers.
|
closeOutput |
gets called to indicate that all data has been written.
|
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
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
XInputStream receives an EOF signal. No further
bytes may be written after this method has been called.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.