org.solovyev.android.http
Class Utils

java.lang.Object
  extended by org.solovyev.android.http.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
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
 

Constructor Detail

Utils

public Utils()
Method Detail

copyStream

public static void copyStream(@Nonnull
                              InputStream is,
                              @Nonnull
                              OutputStream os)
                       throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.