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