public class FileUtil extends Object
Constructor and Description |
---|
FileUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
createDirectory(String path)
Creates a directory
|
static String |
decodeBase64File(String absoluteFileLocation)
Return the decoded contents of a file encoded in base 64
|
static List<String> |
fileToStringList(File fileName)
Returns a file as a list of its lines
|
public static List<String> fileToStringList(File fileName)
fileName
- public static void createDirectory(String path)
path
- Location where the directory has to be createdCopyright © 2023. All rights reserved.