C# Class Phun.Extensions.StreamExtensions

Stream extensions class.
Afficher le fichier Open project: noogen/phuncms

Méthodes publiques

Méthode Description
ReadAll ( this input ) : byte[]

Reads all bytes.

Method Details

ReadAll() public static méthode

Reads all bytes.
public static ReadAll ( this input ) : byte[]
input this The input.
Résultat byte[]