org.apache.bval.jsr303.util
Class IOUtils

java.lang.Object
  extended by 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 $


Method Summary
static void closeQuietly(Closeable closeable)
          Close quietly a Closeable reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.