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
IOException
public static String readFile(File file) throws IOException
IOException
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.