Ejemplo n.º 1
0
 public Result<Integer> tryCopyTo(String toFilePath) {
   return tryCopyTo(toFilePath, FileAdapter.m(8));
 }
Ejemplo n.º 2
0
 public int copyTo(String toFilePath) {
   return copyTo(toFilePath, FileAdapter.m(8));
 }