public void store() throws Exception {
   store(m_file);
 }
 public void store(String file) throws Exception {
   store(new File(file));
 }