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):
...
Parameter | Type | Description |
---|---|---|
value | byte | The byte to write to the stream. |
See Also
- module
aspose.cad
- class
StreamContainer