C# Class System.Text.DecoderFallbackBuffer

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

Méthodes publiques

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

Private Methods

Méthode Description
InternalFallback ( byte bytes, byte pBytes, char &chars ) : bool
InternalFallback ( byte bytes, byte pBytes ) : int
InternalInitialize ( byte byteStart, char charEnd ) : void
InternalReset ( ) : void
ThrowLastBytesRecursive ( byte bytesUnknown ) : void

Method Details

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