public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(AutoCloseable c) |
static void |
closeQuietly(Closeable c) |
static boolean |
deleteDirectory(File path,
boolean includeDir) |
static boolean |
deleteFromDirectory(File path) |
public static boolean deleteFromDirectory(File path)
public static boolean deleteDirectory(File path, boolean includeDir)
public static void closeQuietly(Closeable c)
public static void closeQuietly(AutoCloseable c)
Copyright © 2012–2015. All rights reserved.