DecoderReplacementFallbackBuffer

DecoderReplacementFallbackBuffer


Represents a substitute output string that is emitted when the original input byte sequence cannot be decoded. This class cannot be inherited.


Implements:

DecoderFallbackBuffer 
IObject 

Public:

Properties:

NameDescription
 Remaining (get) Gets the number of characters in the replacement fallback buffer that remain to be processed.  

Methods:

NameDescription
 Equals Determines whether the specified object is equal to the current object.  
 Fallback Prepares the replacement fallback buffer to use the current replacement string.  
 GetHashCode Serves as the default hash function.  
 GetNextChar Retrieves the next character in the replacement fallback buffer.  
 MovePrevious Causes the next call to GetNextChar to access the character position in the replacement fallback buffer prior to the current character position.  
 Reset Initializes all internal state information and data in the DecoderReplacementFallbackBuffer object.  
 ToString Returns a string that represents the current object.  

See Also

Project CorLib Overview

Class DecoderReplacementFallbackBuffer Overview