|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.springsource.util.io.IOUtils
public final class IOUtils
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 |
---|
public IOUtils()
Method Detail |
---|
@Deprecated public static void closeQuitely(java.io.Closeable c)
Closeable
instance.
c
- to closepublic static void closeQuietly(java.io.Closeable c)
Closeable
instance.
c
- to close
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |