示例#1
0
文件: Main.java 项目: petecliff/pdups
 private void storePhotoInfo(String sum, String date, String path) {
   pstore.store(sum, date, path);
 }