public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readFile(File file) |
static void |
saveFile(File file,
String text,
boolean append) |
public static void saveFile(File file, String text, boolean append) throws IOException
IOExceptionpublic static String readFile(File file) throws IOException
IOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.