C# Class Gnip.Client.Util.StreamUtils

Afficher le fichier Open project: electromute/gnip-dotnet

Méthodes publiques

Méthode 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 méthode

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
Résultat void