public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getTextContent(String path) |
static boolean |
writeTextContentToFile(String content,
String path) |
static boolean |
writeTextContentToFile(String content,
String path,
boolean append) |
public static String getTextContent(String path) throws IOException
IOExceptionpublic static boolean writeTextContentToFile(String content, String path) throws IOException
IOExceptionpublic static boolean writeTextContentToFile(String content, String path, boolean append) throws IOException
IOExceptionCopyright © 2021 Clouds Studio. All rights reserved.