C# 클래스 System.Text.InternalDecoderBestFitFallbackBuffer

상속: DecoderFallbackBuffer
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
InternalFallback int
Reset void
TryBestFit char

공개 메소드들

메소드 설명
Fallback ( byte bytesUnknown, int index ) : bool
GetNextChar ( ) : char
InternalDecoderBestFitFallbackBuffer ( InternalDecoderBestFitFallback fallback ) : System
MovePrevious ( ) : bool

비공개 메소드들

메소드 설명
InternalFallback ( byte bytes, byte pBytes ) : int
Reset ( ) : void
TryBestFit ( byte bytesCheck ) : char

메소드 상세

Fallback() 공개 메소드

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

GetNextChar() 공개 메소드

public GetNextChar ( ) : char
리턴 char

InternalDecoderBestFitFallbackBuffer() 공개 메소드

public InternalDecoderBestFitFallbackBuffer ( InternalDecoderBestFitFallback fallback ) : System
fallback InternalDecoderBestFitFallback
리턴 System

MovePrevious() 공개 메소드

public MovePrevious ( ) : bool
리턴 bool