public class FileUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
readFile(File file) |
static void |
writeFile(File file,
String content) |
public static String readFile(File file) throws IOException
IOException
public static void writeFile(File file, String content) throws IOException
IOException
Copyright © 2008-2020 JBoss - a division of Red Hat. All Rights Reserved.