StreamUtilsCopy Method (Stream, Stream, Byte, ProgressHandler, TimeSpan, Object, String) |
Namespace:
ICSharpCode.SharpZipLib.Core
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static void Copy(
Stream source,
Stream destination,
byte[] buffer,
ProgressHandler progressHandler,
TimeSpan updateInterval,
Object sender,
string name
)
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
See Also