Copies the content of one stream to another by appending to the target stream Streams must be open when passed in.
public static void CopyStream(Stream source, Stream dest, int bufferSize, bool append)
Parameters
source
dest
bufferSize
append
Overloads:
See also:
Class FileUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic