/** Free the cube data */
 public void clear() throws IOException {
   table.getMap().clear();
 }