C# Class System.Text.DecoderReplacementFallbackBuffer

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

Méthodes publiques

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

Private Methods

Méthode Description
InternalFallback ( byte bytes, byte pBytes ) : int

Method Details

DecoderReplacementFallbackBuffer() public méthode

public DecoderReplacementFallbackBuffer ( DecoderReplacementFallback fallback ) : System
fallback DecoderReplacementFallback
Résultat System

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

Reset() public méthode

public Reset ( ) : void
Résultat void