C# Class Rebel.Framework.StreamExtensions

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

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

Will ensure that all bytes are read from the stream regardless of where it's coming from, this will NOT close the stream, the caller must do that

See: http://stackoverflow.com/questions/221925/creating-a-byte-array-from-a-stream

Method Details

ReadAllBytes() public static méthode

Will ensure that all bytes are read from the stream regardless of where it's coming from, this will NOT close the stream, the caller must do that
See: http://stackoverflow.com/questions/221925/creating-a-byte-array-from-a-stream
public static ReadAllBytes ( this input ) : byte[]
input this
Résultat byte[]