static DecoderFallback ReplacementFallback
DecoderFallbackBuffer CreateFallbackBuffer()
unsafe override void Convert(byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
unsafe override int GetCharCount(byte *bytes, int count, bool flush)
DecoderNLS(EncodingNLS encoding)
DecoderFallbackBuffer m_fallbackBuffer
DecoderFallback m_fallback
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
new DecoderFallbackBuffer FallbackBuffer
new DecoderFallback Fallback
unsafe override int GetCharCount(byte[] bytes, int index, int count, bool flush)
unsafe override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush)
unsafe override void Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
override int GetCharCount(byte[] bytes, int index, int count)
bool InternalHasFallbackBuffer
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount, bool flush)
unsafe int GetCharCount(byte *bytes, int count, System.Text.DecoderNLS decoder)
unsafe int GetChars(byte *bytes, int byteCount, char *chars, int charCount, System.Text.DecoderNLS decoder)
DecoderFallback DecoderFallback