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
Closeable, wrapping any IOException
in a runtime exception. |
Copyright © 2018 The Apache Software Foundation. All rights reserved.