C# Class System.Text.UTF7Encoding.DecoderUTF7FallbackBuffer

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

Méthodes publiques

Méthode Description
DecoderUTF7FallbackBuffer ( DecoderUTF7Fallback 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

DecoderUTF7FallbackBuffer() public méthode

public DecoderUTF7FallbackBuffer ( DecoderUTF7Fallback fallback ) : System
fallback DecoderUTF7Fallback
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