Write to stream from a source array. The provided src content will be written in full to the output.
This differs from write in that it will throw an exception where an Eof condition is reached before output has completed.
See Implementation
Write to stream from a source array. The provided src content will be written in full to the output.
This differs from write in that it will throw an exception where an Eof condition is reached before output has completed.