com.springsource.util.io
Class IOUtils

java.lang.Object
  extended by com.springsource.util.io.IOUtils

public final class IOUtils
extends java.lang.Object

Simple utility methods for working with Java IO classes.


Constructor Summary
IOUtils()
           
 
Method Summary
static void closeQuietly(java.io.Closeable c)
          Quietly closes the supplied Closeable instance.
static void closeQuitely(java.io.Closeable c)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

closeQuitely

@Deprecated
public static void closeQuitely(java.io.Closeable c)
Deprecated. 

Quietly closes the supplied Closeable instance.

Parameters:
c - to close

closeQuietly

public static void closeQuietly(java.io.Closeable c)
Quietly closes the supplied Closeable instance.

Parameters:
c - to close