C# Class System.Text.DecoderExceptionFallbackBuffer

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

Public Methods

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

Private Methods

Method Description
Throw ( byte bytesUnknown, int index ) : void

Method Details

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