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):
...
Parameter | Type | Description |
---|---|---|
position | int | The position to read from. |
count | int | The elements count. |
Exceptions
Exception | Description |
---|---|
ArgumentOutOfRangeException | count;Total bytes count is negative. + count + x4= + totalBytes |