C# Class StreamGetBytes, extensions

>Easily get all bytes that make up an arbitrary stream.
Afficher le fichier Open project: netfx/extensions

Méthodes publiques

Méthode Description
GetBytes ( this stream ) : byte[]

Returns all bytes from the given stream.

Method Details

GetBytes() public static méthode

Returns all bytes from the given stream.
public static GetBytes ( this stream ) : byte[]
stream this The stream to get bytes
Résultat byte[]