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