Object -
io :
WritableByteChannel
WritableByteChannel represents an output resource (i.e file, socket). which could be used to sink bytes.
Methods
Sink bytes from a given input/output resource.
This operation will be asynchronous, write might return without writing all the content.