J-Integra® Espresso Programming Documentation (API)

InputStream.read_longlong_array Method

Reads an array of CORBA longlongs (that is, C# longs) from this input stream.

void read_longlong_array(
 long[] v,
 int offset,
 int length
);

Parameters

v
returned array of longs.
offset
offset on the stream.
length
length of buffer to read.

Return Value

none

Remarks

none

Exceptions

none

See Also

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