read_u_long method
read_u_long
Read unsigned integer value from the stream.
Returns
An unsigned integer value.
def read_u_long(self, position):
...
Parameter | Type | Description |
---|---|---|
position | int | The position to read from. |
Read unsigned integer value from the stream.
An unsigned integer value.
def read_u_long(self, position):
...
Parameter | Type | Description |
---|---|---|
position | int | The position to read from. |