C# Class System.Text.InternalDecoderBestFitFallbackBuffer

Inheritance: DecoderFallbackBuffer
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
InternalFallback int
Reset void
TryBestFit char

Méthodes publiques

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

Private Methods

Méthode Description
InternalFallback ( byte bytes, byte pBytes ) : int
Reset ( ) : void
TryBestFit ( byte bytesCheck ) : char

Method Details

Fallback() public méthode

public Fallback ( byte bytesUnknown, int index ) : bool
bytesUnknown byte
index int
Résultat bool

GetNextChar() public méthode

public GetNextChar ( ) : char
Résultat char

InternalDecoderBestFitFallbackBuffer() public méthode

public InternalDecoderBestFitFallbackBuffer ( InternalDecoderBestFitFallback fallback ) : System
fallback InternalDecoderBestFitFallback
Résultat System

MovePrevious() public méthode

public MovePrevious ( ) : bool
Résultat bool