Copies source stream data to target stream.

C# | Visual Basic | Visual C++ | F# |
public static long StreamCopy( Stream source, Stream target, int blockSize )
Public Shared Function StreamCopy ( source As Stream, target As Stream, blockSize As Integer ) As Long
public: static long long StreamCopy( Stream^ source, Stream^ target, int blockSize )
static member StreamCopy : source : Stream * target : Stream * blockSize : int -> int64

Int64
Returns number of bytes copied.
Returns number of bytes copied.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119