AsmHighlighter.Lexer.Scanner.TextBuff.TextBuff C# (CSharp) Method

TextBuff() protected method

protected TextBuff ( Stream str ) : System
str Stream
return System
            protected TextBuff(Stream str) { 
                this.bStrm = new BufferedStream(str);
            }