class DecoderFallbackBuffer

in global :: System . Text

Provides a buffer that allows a fallback handler to return an alternate string to a decoder when it cannot decode an input byte sequence.


public bool Fallback( byte[] bytesUnknown, int index )

When overridden in a derived class, prepares the fallback buffer to handle the specified input byte sequence.

  • bytesUnknown An input array of bytes.
  • index The index position of a byte in .
  • Returns if the fallback buffer can process ; if the fallback buffer ignores .

public int Remaining { get; }

When overridden in a derived class, gets the number of characters in the current object that remain to be processed.

  • Returns The number of characters in the current fallback buffer that have not yet been processed.

public char GetNextChar( )

😔 No documentation found.

public bool MovePrevious( )

😔 No documentation found.

public void Reset( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.