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