C# Class IronPython.Modules.ExceptionFallbackBuffer

Inheritance: System.Text.DecoderFallbackBuffer
Mostra file Open project: jdhardy/ironpython Class Usage Examples

Public Methods

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

Method Details

ExceptionFallbackBuffer() public method

public ExceptionFallbackBuffer ( byte bytes ) : System
bytes byte
return System

Fallback() public method

public Fallback ( byte bytesUnknown, int index ) : bool
bytesUnknown byte
index int
return bool

GetNextChar() public method

public GetNextChar ( ) : char
return char

MovePrevious() public method

public MovePrevious ( ) : bool
return bool