J-Integra® Espresso Programming Documentation (API)

OutputStream.write_ushort_array Method

Writes an array of unsigned shorts on this output stream.

void write_ushort_array(
 ushort[] v,
 int offset,
 int length
);

Parameters

v
the array to be written.
offset
offset on the stream.
length
length of buffer to read.

Return Value

none

Remarks

none

Exceptions

none

See Also

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