コード例 #1
0
 public void store() throws Exception {
   store(m_file);
 }
コード例 #2
0
 public void store(String file) throws Exception {
   store(new File(file));
 }