public class FileUtil extends Object
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(File src,
File dest) |
static String |
getName(String filename) |
static String |
getNameExtension(String filename) |
public static void copy(File src, File dest) throws IOException
IOExceptionCopyright © 2020. All rights reserved.