C# 클래스 System.Text.DecoderFallbackBuffer

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Fallback ( byte bytesUnknown, int index ) : bool
GetNextChar ( ) : char
MovePrevious ( ) : bool
Reset ( ) : void

비공개 메소드들

메소드 설명
InternalFallback ( byte bytes, byte pBytes, char &chars ) : bool
InternalFallback ( byte bytes, byte pBytes ) : int
InternalInitialize ( byte byteStart, char charEnd ) : void
InternalReset ( ) : void
ThrowLastBytesRecursive ( byte bytesUnknown ) : void

메소드 상세

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

public abstract Fallback ( byte bytesUnknown, int index ) : bool
bytesUnknown byte
index int
리턴 bool

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

public abstract GetNextChar ( ) : char
리턴 char

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

public abstract MovePrevious ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void