C# Class IronPython.Modules.ExceptionFallbackBuffer

Inheritance: System.Text.DecoderFallbackBuffer
Afficher le fichier Open project: jdhardy/ironpython Class Usage Examples

Méthodes publiques

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

Method Details

ExceptionFallbackBuffer() public méthode

public ExceptionFallbackBuffer ( byte bytes ) : System
bytes byte
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