com.nostra13.universalimageloader.utils
Class IoUtils
java.lang.Object
com.nostra13.universalimageloader.utils.IoUtils
public final class IoUtils
- extends Object
Provides I/O operations
- Since:
- 1.0.0
- Author:
- Sergey Tarasevich (nostra13[at]gmail[dot]com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyStream
public static void copyStream(InputStream is,
OutputStream os)
throws IOException
- Throws:
IOException
closeSilently
public static void closeSilently(Closeable closeable)
Copyright © 2011-2013. All Rights Reserved.