C# Class System.Text.DecoderFallbackBuffer

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

Public Methods

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

Private Methods

Method Description
InternalFallback ( byte bytes, byte pBytes, char &chars ) : bool
InternalFallback ( byte bytes, byte pBytes ) : int
InternalInitialize ( byte byteStart, char charEnd ) : void
InternalReset ( ) : void
ThrowLastBytesRecursive ( byte bytesUnknown ) : void

Method Details

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