CifReplacingEncoderFallbackBuffer

CifReplacingEncoderFallbackBuffer class

The replacing encoder fallback buffer that actually does the replacement work

public class CifReplacingEncoderFallbackBuffer : EncoderFallbackBuffer

Constructors

NameDescription
CifReplacingEncoderFallbackBuffer()The default constructor.

Properties

NameDescription
override Remaining { get; }Count of remaining characters in replacement buffer

Methods

NameDescription
override Fallback(char, int)Called when a single-char character out of output codepage is encountered
override Fallback(char, char, int)Called when a surrogate pair of characters out of output codepage is encountered
override GetNextChar()Gets next replacement char
override MovePrevious()Rewinds position in the replacement buffer by one

See Also