C# Class IronRuby.Runtime.LosslessDecoderFallback.Buffer

Inheritance: System.Text.DecoderFallbackBuffer
Show file Open project: ExpertsInside/IronSP

Public Methods

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

Private Methods

Method Description
Buffer ( LosslessDecoderFallback fallback ) : System

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

Reset() public method

public Reset ( ) : void
return void