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