System.IO._Proxy.ReadAllBytes C# (CSharp) Method

ReadAllBytes() public static method

public static ReadAllBytes ( this stream ) : Byte[]
stream this
return Byte[]
        public static Byte[] ReadAllBytes(this Stream stream)
        {
            return DDRIT.ReadAllBytes(stream);
        }