write_s_long_array method
write_s_long_array
Writes an array of integer values to the stream.
def write_s_long_array(self, data):
...
Parameter | Type | Description |
---|---|---|
data | list | The array to write. |
Writes an array of integer values to the stream.
def write_s_long_array(self, data):
...
Parameter | Type | Description |
---|---|---|
data | list | The array to write. |