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