org.fest.util
Class Closeables
java.lang.Object
org.fest.util.Closeables
public final class Closeables
- extends Object
Understands utility methods related to Closeable
.
- Author:
- Yvonne Wang
Method Summary |
static void |
close(Closeable... closeables)
Closes the given Closeable s, ignoring any thrown exceptions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
close
public static void close(Closeable... closeables)
- Closes the given
Closeable
s, ignoring any thrown exceptions.
- Parameters:
closeables
- the Closeable
s to close.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.