java.nio.file.Files
class instead. This class
will be removed in a future release of this library.@Deprecated
public class FileCopier
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static boolean |
copy(java.io.File src,
java.io.File dst) |
Deprecated.
Copies the contents of src to dst.
|