Ejemplo n.º 1
0
 public void store() throws Exception {
   store(m_file);
 }
Ejemplo n.º 2
0
 public void store(String file) throws Exception {
   store(new File(file));
 }