read_u_long_array method

read_u_long_array

Reads an array of unsigned integer values from the stream.

Returns

The array of unsigned integer values.

def read_u_long_array(self, position, count):
    ...
ParameterTypeDescription
positionintThe position to read from.
countintThe elements count.

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptioncount;Total bytes count is negative. + count + x4= + totalBytes

See Also