C# Class Gnip.Client.Util.StreamUtils

Datei anzeigen Open project: electromute/gnip-dotnet

Public Methods

Method Description
Pump ( Stream inputStream, Stream outputStream ) : void

Coppies from the inputStream to the outputStream until no more bytes are read from the inputStream.

Method Details

Pump() public static method

Coppies from the inputStream to the outputStream until no more bytes are read from the inputStream.
public static Pump ( Stream inputStream, Stream outputStream ) : void
inputStream Stream the inputStream
outputStream Stream the outputStream
return void