C# Class System.Text.InternalDecoderBestFitFallbackBuffer

Inheritance: DecoderFallbackBuffer
显示文件 Open project: dotnet/corefx

Private Properties

Property Type Description
InternalFallback int
Reset void
TryBestFit char

Public Methods

Method Description
Fallback ( byte bytesUnknown, int index ) : bool
GetNextChar ( ) : char
InternalDecoderBestFitFallbackBuffer ( InternalDecoderBestFitFallback fallback ) : System
MovePrevious ( ) : bool

Private Methods

Method Description
InternalFallback ( byte bytes, byte pBytes ) : int
Reset ( ) : void
TryBestFit ( byte bytesCheck ) : char

Method Details

Fallback() public method

public Fallback ( byte bytesUnknown, int index ) : bool
bytesUnknown byte
index int
return bool

GetNextChar() public method

public GetNextChar ( ) : char
return char

InternalDecoderBestFitFallbackBuffer() public method

public InternalDecoderBestFitFallbackBuffer ( InternalDecoderBestFitFallback fallback ) : System
fallback InternalDecoderBestFitFallback
return System

MovePrevious() public method

public MovePrevious ( ) : bool
return bool