C# Class AsmHighlighter.Lexer.Scanner.StreamBuff

Inheritance: ScanBuff
Afficher le fichier Open project: Trass3r/AsmHighlighter

Méthodes publiques

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

Method Details

GetString() public méthode

public GetString ( int beg, int end ) : string
beg int
end int
Résultat string

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

StreamBuff() public méthode

public StreamBuff ( Stream str ) : System
str Stream
Résultat System