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