public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readFileContent(String strInputFile)
read the file content
|
static void |
writeFile(String strOutputFile,
String strContent)
Write file
|
public static String readFileContent(String strInputFile) throws IOException
strInputFile - The file pathIOException - if an error occurspublic static void writeFile(String strOutputFile, String strContent) throws IOException
strOutputFile - The file pathstrContent - The contentIOException - if an error occursCopyright © 2020 City of Paris. All rights reserved.