コード例 #1
0
ファイル: FileAdapter.java プロジェクト: Cherryllu/fourinone
 public Result<Integer> tryCopyTo(String toFilePath) {
   return tryCopyTo(toFilePath, FileAdapter.m(8));
 }
コード例 #2
0
ファイル: FileAdapter.java プロジェクト: Cherryllu/fourinone
 public int copyTo(String toFilePath) {
   return copyTo(toFilePath, FileAdapter.m(8));
 }