Skybound.Gecko.GeckoWebBrowser.ByteArrayInputStream.Available C# (CSharp) Method

Available() public method

public Available ( ) : int
return int
            public int Available()
            {
                return Data.Length - Position;
            }