class DecoderExceptionFallbackBuffer
Throws when an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited.
public bool Fallback( byte[] bytesUnknown, int index )
Throws when the input byte sequence cannot be decoded. The nominal return value is not used.
bytesUnknownAn input array of bytes.indexThe index position of a byte in the input.- Returns None. No value is returned because the method always throws an exception. The nominal return value is . A return value is defined, although it is unchanging, because this method implements an abstract method.
public int Remaining { get; }
Gets the number of characters in the current object that remain to be processed.
- Returns The return value is always zero. A return value is defined, although it is unchanging, because this method implements an abstract method.
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.
public DecoderExceptionFallbackBuffer( )
😔 No documentation found.