|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module io {
24 published
interface XObjectInputStream;
25 published
interface XObjectOutputStream;
void read([in] com::sun::star::io::XObjectInputStream InStream)
reads all the persistent data of the object from the stream.
stores XPersistObject implementations into the stream
Definition: XObjectOutputStream.idl:35
string getServiceName()
gives the service name of the object
allows to make UNO objects persistent
Definition: XPersistObject.idl:49
void write([in] com::sun::star::io::XObjectOutputStream OutStream)
writes all the persistent data of the object to the stream.
is thrown when an input or output error has occurred.
Definition: IOException.idl:27
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46