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

StreamBuff() 공개 메소드

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