public final class Closeables extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeAll(Closeable... closeables) |
static void |
closeAllRuntimeException(Closeable... closeables) |
static <T extends Throwable> |
closeAllSuppress(T rootCause,
Closeable... closeables) |
static void |
closeQuietly(Closeable... closeables) |
public static void closeQuietly(Closeable... closeables)
public static void closeAll(Closeable... closeables) throws IOException
IOExceptionpublic static void closeAllRuntimeException(Closeable... closeables)
Copyright © 2010–2020 Airlift. All rights reserved.