org.apache.bval.jsr303.util
Class IOUtils
java.lang.Object
org.apache.bval.jsr303.util.IOUtils
public final class IOUtils
- extends Object
Commons IO utilities.
$Id: IOUtils.java 929219 2010-03-30 18:43:22Z simonetripodi $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
closeQuietly
public static void closeQuietly(Closeable closeable)
- Close quietly a
Closeable
reference.
- Parameters:
closeable
- the Closeable
has to be closed.
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.