J-Integra® Espresso Programming Documentation (API)

OutputStream.write_ulong_array Method

Writes an array of unsigned CORBA longs (i.e. C# uints) on this output stream.

void write_ulong_array(
 uint[] 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