public class ResourceUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
closeQuietly(java.lang.Iterable<? extends T> elements) |
static void |
closeQuietly(java.lang.Object autoCloseable) |
static <T> void |
closeQuietly(T[] elements) |
Copyright © 2013 echocat. All Rights Reserved.