C# Class Portable.Text.DecoderFallbackBuffer

Show file Open project: jstedfast/Portable.Text.Encoding Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DecoderFallbackBuffer ( )

Method Details

DecoderFallbackBuffer() protected method

protected DecoderFallbackBuffer ( )

Fallback() public abstract method

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

GetNextChar() public abstract method

public abstract GetNextChar ( ) : char
return char

MovePrevious() public abstract method

public abstract MovePrevious ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void