C# Class System.Text.DecoderExceptionFallbackBuffer

Inheritance: DecoderFallbackBuffer
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

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

Private Methods

Méthode Description
Throw ( byte bytesUnknown, int index ) : void

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

MovePrevious() public méthode

public MovePrevious ( ) : bool
Résultat bool