@Override
 public void floatValue(float value) throws IOException {
   simpleValue();
   super.floatValue(value);
 }