public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { return(_encoding.GetChars(bytes, byteIndex, byteCount, chars, charIndex, this)); }