OutputStream
An output data stream
warning
This page is a WIP. It contains all the information in Figura's documentation but we're working on adding more helpful descriptions.
close()
Closes this output stream.
close()
Returns:
| Type | Description |
|---|---|
nil | - |
Example:
-- example coming soon
flush()
Flushes data in this output stream.
flush()
Returns:
| Type | Description |
|---|---|
nil | - |
Example:
-- example coming soon
write()
Writes one byte to this stream
write(b)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| b | Integer | - | - |
Returns:
| Type | Description |
|---|---|
nil | - |
Example:
-- example coming soon