コード例 #1
0
 @Override
 public void doubleValue(double value) throws IOException {
   simpleValue();
   super.doubleValue(value);
 }