com.nostra13.universalimageloader.utils
Class IoUtils

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

Method Summary
static void closeSilently(Closeable closeable)
           
static void copyStream(InputStream is, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.