@Override
 public void longValue(long value) throws IOException {
   simpleValue();
   super.longValue(value);
 }