public void writeChar(int v) throws IOException {
   content.writeChar(v);
 }