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

input
output
stopAfter

Glossary Item Box

Copy the specified number of bytes from the input stream to the provided output stream

Syntax

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

Parameters

input
output
stopAfter

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