C# Class System.Text.DecoderReplacementFallbackBuffer

Inheritance: DecoderFallbackBuffer
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Private Methods

Method Description
InternalFallback ( byte bytes, byte pBytes ) : int

Method Details

DecoderReplacementFallbackBuffer() public method

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