J-Integra® Espresso Programming Documentation (API)

OutputStream.write_boolean_array Method

Writes an array of booleans on this output stream.

void write_boolean_array(
 bool[] v,
 int offset,
 int length
);

Parameters

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

Return Value

none

Remarks

none

Exceptions

none

See Also

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