C# Class AsmHighlighter.Lexer.Scanner.StreamBuff

Inheritance: ScanBuff
Exibir arquivo Open project: Trass3r/AsmHighlighter

Public Methods

Method Description
GetString ( int beg, int end ) : string
Peek ( ) : int
Read ( ) : int
StreamBuff ( Stream str ) : System

Method Details

GetString() public method

public GetString ( int beg, int end ) : string
beg int
end int
return string

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

StreamBuff() public method

public StreamBuff ( Stream str ) : System
str Stream
return System