public class IOUtil extends Object
| Constructor and Description |
|---|
IOUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable stream,
String name) |
static void |
recursiveDelete(File file) |
static void |
replaceAll(File file,
List<RewriteRule> rules) |
static String |
stringContent(File file) |
public static void recursiveDelete(File file)
public static void replaceAll(File file, List<RewriteRule> rules) throws IOException
IOExceptionpublic static String stringContent(File file) throws IOException
IOExceptionCopyright © 2019. All rights reserved.