Copies bytes to the buffered stream and advances the current position within the buffered stream by the number of bytes written.
array The byte array from which to copy count bytes to the current buffered stream. offset The offset in the buffer at which to begin copying bytes to the current buffered stream. count The number of bytes to be written to the current buffered stream.