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

interface XObjectInputStream
Base Interfaces
XObjectInputStreamXDataInputStreamXInputStream

XDataInputStream
(referenced interface's summary:)
makes it possible to read machine-independent simple data types from a stream.
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