J-Integra® Espresso Programming Documentation (API)

InputStream.read_Object Method

Unmarshals an object and returns a CORBA Object, which is an instance of the class passed as its argument.

CORBA.Object read_Object(
 System.Object clz
);

Parameters

clz
The object for the stub class which corresponds to the type that is statistically expected, or the object for the RMI/IDL interface type that is statistically expected.

Return Value

An Object instance of clz read from this stream.

Remarks

none

Exceptions

none

See Also

InputStream Interface | InputStream Members | CORBA.portable Namespace | Ics.CORBA Namespace