unsafe override int GetByteCount(char *chars, int count, bool flush)
override int GetByteCount(char[] chars, int index, int count, bool flush)
override void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, [Out] int charsUsed, [Out] int bytesUsed, [Out] bool completed)
unsafe override int GetBytes(char *chars, int charCount, byte *bytes, int byteCount, bool flush)
override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush)
unsafe override void Convert(char *chars, int charCount, byte *bytes, int byteCount, bool flush, [Out] int charsUsed, [Out] int bytesUsed, [Out] bool completed)
EncoderNLS(Encoding encoding)
EncoderFallbackBuffer _fallbackBuffer
EncoderFallback encoderFallback