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

StreamBuff() public method

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