J-Integra® Espresso Programming Documentation (API)

BoxedValueHelper.write_value Method

Writes an instance of a boxed valuetype to the output stream.

void write_value(
 OutputStream output,
 Object obj
);

Parameters

output
The output stream to which to write the data.
obj
The boxed valuetype to be written to the stream.

Return Value

none

Remarks

none

Exceptions

none

See Also

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