public class IOExceptionUtils extends Object
| Constructor and Description |
|---|
IOExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable)
Call the #close() method on a
Closable, wrapping any IOException
in a runtime exception. |
public static void closeQuietly(Closeable closeable)
Closable, wrapping any IOException
in a runtime exception.closeable - - resource to closeCopyright © 2016 The Apache Software Foundation. All rights reserved.