Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AsmHighlighter
Lexer
Scanner.StreamBuff
C# 클래스 AsmHighlighter.Lexer.Scanner.StreamBuff
상속:
ScanBuff
파일 보기
프로젝트 열기: Trass3r/AsmHighlighter
공개 메소드들
메소드
설명
GetString
(
int
beg
,
int
end
) :
string
Peek
( ) :
int
Read
( ) :
int
StreamBuff
(
Stream
str
) :
System
메소드 상세
GetString()
공개
메소드
public
GetString
(
int
beg
,
int
end
) :
string
beg
int
end
int
리턴
string
Peek()
공개
메소드
public
Peek
( ) :
int
리턴
int
Read()
공개
메소드
public
Read
( ) :
int
리턴
int
StreamBuff()
공개
메소드
public
StreamBuff
(
Stream
str
) :
System
str
Stream
리턴
System