AsmHighlighter.Lexer.Scanner.TextBuff.TextBuff C# (CSharp) 메소드

TextBuff() 보호된 메소드

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