com.webcodepro.applecommander.util
Class StreamUtil

java.lang.Object
  extended by com.webcodepro.applecommander.util.StreamUtil

public class StreamUtil
extends java.lang.Object

Common stream-handling routines.

Author:
Rob Greene

Constructor Summary
StreamUtil()
           
 
Method Summary
static void copy(java.io.InputStream inputStream, java.io.OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamUtil

public StreamUtil()
Method Detail

copy

public static void copy(java.io.InputStream inputStream,
                        java.io.OutputStream outputStream)
                 throws java.io.IOException
Throws:
java.io.IOException