C# Class Portable.Text.DecoderFallbackBuffer

Afficher le fichier Open project: jstedfast/Portable.Text.Encoding Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
DecoderFallbackBuffer ( )

Method Details

DecoderFallbackBuffer() protected méthode

protected DecoderFallbackBuffer ( )

Fallback() public abstract méthode

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

GetNextChar() public abstract méthode

public abstract GetNextChar ( ) : char
Résultat char

MovePrevious() public abstract méthode

public abstract MovePrevious ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void