Writes bytes into the stream.
The data to write.
A slice of data, specifying which portion of it has been written to the stream.
StreamCannotWriteException if this stream does not support writing. StreamDisposedException if this stream has been disposed of.
See Implementation
Writes bytes into the stream.