override int GetCharCount(byte[] bytes, int index, int count, bool flush)
unsafe override int GetCharCount(byte *bytes, int count, bool flush)
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)
unsafe override void Convert(byte *bytes, int byteCount, char *chars, int charCount, bool flush, [Out] int bytesUsed, [Out] int charsUsed, [Out] bool completed)
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush)
DecoderNLS(Encoding encoding)
override int GetCharCount(byte[] bytes, int index, int count)
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount, bool flush)
DecoderFallbackBuffer _fallbackBuffer
DecoderFallback decoderFallback