DecoderExceptionFallbackBuffer

DecoderExceptionFallbackBuffer


Throws DecoderFallbackException when an encoded input byte sequence cannot be converted to a decoded output character.


Implements:

DecoderFallbackBuffer 
IObject 

Public:

Properties:

NameDescription
 Remaining (get) Gets the number of characters in the current DecoderExceptionFallbackBuffer object that remain to be processed.  

Methods:

NameDescription
 Equals Determines whether the specified object is equal to the current object.  
 Fallback Throws DecoderFallbackException when the input byte sequence cannot be decoded. The nominal return value is not used.  
 GetHashCode Serves as the default hash function.  
 GetNextChar Retrieves the next character in the exception data buffer.  
 MovePrevious Causes the next call to GetNextChar to access the exception data buffer character position that is prior to the current position.  
 ToString Returns a string that represents the current object.  

See Also

Project CorLib Overview

Class DecoderExceptionFallbackBuffer Overview