public final class IoUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable)
Closes 'closeable', ignoring any checked exceptions.
|
static void |
closeQuietly(Socket socket)
Closes 'socket', ignoring any exceptions.
|
static void |
throwInterruptedIoException() |
public static void closeQuietly(Closeable closeable)
public static void closeQuietly(Socket socket)
public static void throwInterruptedIoException()
throws InterruptedIOException
InterruptedIOException