J-Integra® Espresso Programming Documentation (API)

ValueFactory.read_value Method

Unmarshals the data for an IDL valuetype. This method is called by the ORB runtime while in the process of unmarshaling an IDL valuetype. A user implements this method as part of implementing a type-specific value factory.

Object read_value(
 InputStream a_oInStream
);

Parameters

a_oInStream
An InputStream object--from which the value will be read.

Return Value

the unmarshaled valuetype.

Remarks

none

Exceptions

none

See Also

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