Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XObjectInputStream

Base Interface
com::sun::star::io::XDataInputStream

Description
makes it possible to load the data and structure of runtime objects.


Known Services which Export this Interface

com::sun::star::io::ObjectInputStream is a stream which allows reading the data of persistent objects.
com::sun::star::io::ObjectInputStream is a stream which allows reading the data of persistent objects.

Methods' Summary

readObject reads an object from the stream.

Methods' Details

readObject
 
com::sun::star::io::XPersistObject
readObject( )
raises ( com::sun::star::io::IOException );

Description
reads an object from the stream.

Top of Page