C# Class Cats.TemplateServer.Dto.StreamExtensions

Show file Open project: edgecomputing/cats

Public Methods

Method Description
CopyTo ( this input, Stream output ) : void

Copies data from one stream to another.

Method Details

CopyTo() public static method

Copies data from one stream to another.
public static CopyTo ( this input, Stream output ) : void
input this The input stream
output System.IO.Stream The output stream
return void