write_byte method

write_byte

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

def write_byte(self, value):
    ...
ParameterTypeDescription
valueint

See Also