public class Closeables extends Object
| Constructor and Description |
|---|
Closeables() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(AutoCloseable... closeables) |
static void |
closeUnchecked(AutoCloseable... closeables) |
public static void closeUnchecked(AutoCloseable... closeables)
public static void close(AutoCloseable... closeables) throws Exception
ExceptionCopyright © 2016–2019 mklinger GmbH. All rights reserved.