Click or drag to resize

StreamUtilsCopy Method (Stream, Stream, Byte)

Namespace:  ICSharpCode.SharpZipLib.Core
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Copy(
	Stream source,
	Stream destination,
	byte[] buffer
)

Parameters

source
Type: System.IOStream
destination
Type: System.IOStream
buffer
Type: SystemByte
See Also