C# Class Phun.Extensions.StreamExtensions

Stream extensions class.
Mostrar archivo Open project: noogen/phuncms

Public Methods

Method Description
ReadAll ( this input ) : byte[]

Reads all bytes.

Method Details

ReadAll() public static method

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