public void writeDouble(double v) throws IOException {
   content.writeDouble(v);
 }