public void writeChars(String s) throws IOException {
   content.writeChars(s);
 }