:: com :: sun :: star :: io ::

interface XPersist
Description
makes it possible to write this object to an URL or read it from an URL.

Methods' Summary
write writes all the persistent data of the object to the URL.  
read reads all the persistent data of the object from the URL.  
Methods' Details
write
void
write( [in] string  URL )
raises( IOException );

Description
writes all the persistent data of the object to the URL.
read
void
read( [in] string  URL )
raises( IOException );

Description
reads all the persistent data of the object from the URL.
Top of Page