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

Read() 공개 메소드

public Read ( ) : int
리턴 int
            public override int Read() {
                return bStrm.ReadByte(); 
            }