public final class IOUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable... closeables)
Quietly closes each of the given
Closeables, i.e. eats any
IOExceptions arising. |
static void |
closeQuietly(ZipFile... zipFiles)
Quietly closes each of the given
ZipFiles, i.e. eats any
IOExceptions arising. |
public static void closeQuietly(Closeable... closeables)
Closeables, i.e. eats any
IOExceptions arising.closeables - the closeables to close (any of which can be
null or already closed)public static void closeQuietly(ZipFile... zipFiles)
ZipFiles, i.e. eats any
IOExceptions arising.zipFiles - the zipFiles to close (any of which can be
null or already closed)