CSharpTest.Net
CopyStream(Stream,Stream) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IO Namespace > IOStream Class > CopyStream Method : CopyStream(Stream,Stream) Method

input
output

Glossary Item Box

Copy the entire input stream to the provided output stream, input stream will be disposed

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CopyStream( _
   ByVal input As Stream, _
   ByVal output As Stream _
) As Long
C# 
public static long CopyStream( 
   Stream input,
   Stream output
)

Parameters

input
output

Return Value

The number of bytes copied

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys