J-Integra® Espresso Programming Documentation (API)

Any.read_value Method

Reads off (unmarshals) the value of an Any object from the given input stream using the given typecode.

void read_value(
 InputStream is
 TypeCode t
);

Parameters

is
the InputStream object from which to read the value.
t
the TypeCode to insert into this Any object.

Return Value

none

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.MARSHAL An error occurs if the given TypeCode object is not consistent with the value that was contained in the input stream.

See Also

Any Interface | Any Members | Ics Namespace