Constructs a stream that writes bytes to the given channel.
The write methods of the resulting stream will throw an
IllegalBlockingModeException
if invoked while the underlying
channel is in non-blocking mode. The stream will not be buffered. The
stream will be safe for access by multiple concurrent threads. Closing
the stream will in turn cause the channel to be closed.
ch
| The channel to which bytes will be written |
Diagram: Support