public override int GetCharCount(byte[] bytes, int index, int count) { return(_encoding.GetCharCount(bytes, index, count, this)); }