Writes bytes to the stream from the provided array and returns without any further waiting, at most the number of bytes written will be the length of the provided array, at minimum a single byte
the buffer to write from
the number of bytes written
See Implementation
Writes bytes to the stream from the provided array and returns without any further waiting, at most the number of bytes written will be the length of the provided array, at minimum a single byte