public void writeFloat(float v) throws IOException {
   content.writeFloat(v);
 }