StreamUtils.Copy Method

From IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

StreamUtils.Copy Method 

Copy the contents of one Stream to another.

public static void Copy(
   Stream source,
   Stream destination,
   byte[] buffer
);

Parameters

source
The stream to source data from.
destination
The stream to write data to.
buffer
The buffer to use during copying.

See Also

StreamUtils Class | ICSharpCode.SharpZipLib.Core Namespace