J-Integra® Espresso Programming Documentation (API)

Any.write_value Method

Writes out the value of this Any object to the given output stream. If both typecode and value need to be written, use create_output_stream() to create an OutputStream, then use write_any on the OutputStream.

void write_value(
 OutputStream os
);

Parameters

os
the OutputStream object into which to marshal the value of this Any object.

Return Value

none

Remarks

none

Exceptions

none

See Also

Any Interface | Any Members | Ics Namespace