C# 클래스 Microsoft.Fast.AST.Scanner.ScanBuff

파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 메소드들

메소드 설명
GetBuffer ( IList source ) : ScanBuff
GetBuffer ( Stream source ) : ScanBuff
GetBuffer ( Stream source, int fallbackCodePage ) : ScanBuff
GetBuffer ( string source ) : ScanBuff
GetString ( int begin, int limit ) : string
Mark ( ) : void
Read ( ) : int

메소드 상세

GetBuffer() 공개 정적인 메소드

public static GetBuffer ( IList source ) : ScanBuff
source IList
리턴 ScanBuff

GetBuffer() 공개 정적인 메소드

public static GetBuffer ( Stream source ) : ScanBuff
source Stream
리턴 ScanBuff

GetBuffer() 공개 정적인 메소드

public static GetBuffer ( Stream source, int fallbackCodePage ) : ScanBuff
source Stream
fallbackCodePage int
리턴 ScanBuff

GetBuffer() 공개 정적인 메소드

public static GetBuffer ( string source ) : ScanBuff
source string
리턴 ScanBuff

GetString() 공개 추상적인 메소드

public abstract GetString ( int begin, int limit ) : string
begin int
limit int
리턴 string

Mark() 공개 메소드

public Mark ( ) : void
리턴 void

Read() 공개 추상적인 메소드

public abstract Read ( ) : int
리턴 int