Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
AsmHighlighter
Lexer
Scanner.StreamBuff
C# Class AsmHighlighter.Lexer.Scanner.StreamBuff
Inheritance:
ScanBuff
Datei anzeigen
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