CopyStream Method (Utils)
In This Topic
Copies content of one stream to another.
Syntax
'Declaration
Public Shared Sub CopyStream( _
ByVal As Stream, _
ByVal As Stream _
)
public static void CopyStream(
Stream ,
Stream
)
Parameters
- src
- The source stream.
- dst
- The destination stream.
See Also