read_s_long_array method

read_s_long_array

Reads an array of signed integer values from the stream.

Returns

The array of signed integer values.

def read_s_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