J-Integra® Espresso Programming Documentation (API)

OutputStream.write_octet_array Method

Writes an array of CORBA octets (bytes) on this output stream.

void write_octet_array(
 byte[] 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