C# Class ServiceInsight.ExtensionMethods.StreamHelper

Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode Description
GetAsBytes ( this stream ) : byte[]
GetAsStream ( this someString ) : Stream
GetAsString ( this stream ) : string

Method Details

GetAsBytes() public static méthode

public static GetAsBytes ( this stream ) : byte[]
stream this
Résultat byte[]

GetAsStream() public static méthode

public static GetAsStream ( this someString ) : Stream
someString this
Résultat System.IO.Stream

GetAsString() public static méthode

public static GetAsString ( this stream ) : string
stream this
Résultat string