C# Class Portable.Text.DecoderExceptionFallbackBuffer

Inheritance: DecoderFallbackBuffer
Afficher le fichier Open project: jstedfast/Portable.Text.Encoding

Méthodes publiques

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

Method Details

DecoderExceptionFallbackBuffer() public méthode

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