com.googlecode.android_scripting
Class IoUtils

java.lang.Object
  extended by com.googlecode.android_scripting.IoUtils

public class IoUtils
extends java.lang.Object


Method Summary
static int copy(java.io.InputStream input, java.io.OutputStream output)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static int copy(java.io.InputStream input,
                       java.io.OutputStream output)
                throws java.lang.Exception,
                       java.io.IOException
Throws:
java.lang.Exception
java.io.IOException