write_slong method
write_slong
Writes a single integer value to the stream.
def write_slong(self, data):
...
Parameter | Type | Description |
---|---|---|
data | int | The value to write. |
Writes a single integer value to the stream.
def write_slong(self, data):
...
Parameter | Type | Description |
---|---|---|
data | int | The value to write. |