Click or drag to resize

StreamUtilsCopy Method (Stream, Stream, Byte, ProgressHandler, TimeSpan, Object, String, Int64)

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,
	ProgressHandler progressHandler,
	TimeSpan updateInterval,
	Object sender,
	string name,
	long fixedTarget
)

Parameters

source
Type: System.IOStream
destination
Type: System.IOStream
buffer
Type: SystemByte
progressHandler
Type: ICSharpCode.SharpZipLib.CoreProgressHandler
updateInterval
Type: SystemTimeSpan
sender
Type: SystemObject
name
Type: SystemString
fixedTarget
Type: SystemInt64
See Also