Mosa.AppSystem.AppInputStream.AppInputStream C# (CSharp) Method

AppInputStream() public method

Initializes a new instance of the AppInputStream class.
public AppInputStream ( ) : System.Collections.Generic
return System.Collections.Generic
        public AppInputStream()
        {
            buffer = new byte[1024];
            Position = 0;
            length = 0;
        }