internal override void WriteChars(char[] chars, int index, int count) { rawWriter.WriteRaw(chars, index, count); }