C# Class Portable.Text.DecoderExceptionFallbackBuffer

Inheritance: DecoderFallbackBuffer
Show file Open project: jstedfast/Portable.Text.Encoding

Public Methods

Method Description
DecoderExceptionFallbackBuffer ( )
Fallback ( byte bytesUnknown, int index ) : bool
GetNextChar ( ) : char
MovePrevious ( ) : bool

Method Details

DecoderExceptionFallbackBuffer() public method

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