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