Click or drag to resize

StreamUtils.Copy 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.IO.Stream
destination
Type: System.IO.Stream
buffer
Type:System.Byte[]
See Also