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
IOExceptionpublic static void writeFile(File file, String content) throws IOException
IOExceptionCopyright © 2008–2025 JBoss - a division of Red Hat. All rights reserved.