C# Class Portable.Text.DecoderReplacementFallbackBuffer

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

Public Methods

Method Description
DecoderReplacementFallbackBuffer ( Portable.Text.DecoderReplacementFallback fallback ) : System
Fallback ( byte bytesUnknown, int index ) : bool
GetNextChar ( ) : char
MovePrevious ( ) : bool
Reset ( ) : void

Method Details

DecoderReplacementFallbackBuffer() public method

public DecoderReplacementFallbackBuffer ( Portable.Text.DecoderReplacementFallback fallback ) : System
fallback Portable.Text.DecoderReplacementFallback
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

Reset() public method

public Reset ( ) : void
return void