public class FileUtil extends Object
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
readData(String filePath) |
static boolean |
recursiveDelete(String fileName) |
static List<String> |
recursiveList(String path) |
static void |
saveData(String filePath,
byte[] data) |
public static List<String> recursiveList(String path) throws IOException
IOExceptionpublic static boolean recursiveDelete(String fileName)
public static void saveData(String filePath, byte[] data)
public static byte[] readData(String filePath)
Copyright © 2020. All rights reserved.