Пример #1
0
 public Result<Integer> tryCopyTo(String toFilePath) {
   return tryCopyTo(toFilePath, FileAdapter.m(8));
 }
Пример #2
0
 public int copyTo(String toFilePath) {
   return copyTo(toFilePath, FileAdapter.m(8));
 }