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

interface XObjectInputStream
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XInputStream
    |
    +-XDataInputStream
       |
       +-XObjectInputStream
Description
reads XPersistObject implementations from a stream

Methods' Summary
readObject reads an object from the stream. In general, it reads the service name, instantiaties the object and calls read on the XPersistObject interface with itself as argument.
Methods' Details
readObject
XPersistObject
readObject()
 

raises(

 
IOException );

Description
reads an object from the stream. In general, it reads the service name, instantiaties the object and calls read on the XPersistObject interface with itself as argument.
Top of Page