LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_io_XOutputStream_idl__
20 #define __com_sun_star_io_XOutputStream_idl__
30 module
com { module sun { module star { module io {
is thrown when a read/write operation is tried on an instance that has not been chained properly.
Definition: NotConnectedException.idl:32
is thrown by instances which need to buffer data.
Definition: BufferSizeExceededException.idl:36
void flush()
flushes out of the stream any data that may exist in buffers.
is thrown when an input or output error has occurred.
Definition: IOException.idl:31
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:38
void writeBytes([in] sequence< byte > aData)
writes the whole sequence to the stream.