:: com :: sun :: star :: io ::
|
interface XObjectInputStream |
- Base Interfaces
XObjectInputStream
┗ XDataInputStream
┗ XInputStream
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
- 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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.