com.nostra13.universalimageloader.utils
Class FileUtils

java.lang.Object
  extended by com.nostra13.universalimageloader.utils.FileUtils

public final class FileUtils
extends java.lang.Object

Provides operations with files

Author:
Sergey Tarasevich (nostra13[at]gmail[dot]com)

Method Summary
static void copyStream(java.io.InputStream is, java.io.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(java.io.InputStream is,
                              java.io.OutputStream os)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011-2013. All Rights Reserved.