IO channel via File objects.
Useful when e.g. communicating over pipes.
Write data to the output channel.
Writes as much data as possible to the output.
Flush the output.
Destroy the channel.
Close the write channel.
See Implementation
IO channel via File objects.
Useful when e.g. communicating over pipes.