Stream.CopyTo Method (System.IO)

Switch View :
ScriptFree
.NET Framework Class Library
Stream.CopyTo Method

Copies the contents the current stream into another stream.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CopyTo(Stream) Reads the bytes from the current stream and writes them to the destination stream.
Public method CopyTo(Stream, Int32) Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size.
Top
See Also

Reference