write_s_byte method
write_s_byte
Writes a single signed byte value to the stream.
def write_s_byte(self, data):
...
Parameter | Type | Description |
---|---|---|
data | sbyte | The value to write. |
Writes a single signed byte value to the stream.
def write_s_byte(self, data):
...
Parameter | Type | Description |
---|---|---|
data | sbyte | The value to write. |