interface XObjectInputStream in module com::sun::star::io::

(Global Index)

Syntax

interface XObjectInputStream : com::sun::star::io::XDataInputStream ;

Description

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

Method Summary

readObject reads an object from the stream.

Method Details



readObject

Syntax

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

Description

reads an object from the stream.

Top of Page