com.sag.osami.context.recorder.storage.util
Class IOUtil

java.lang.Object
  extended by com.sag.osami.context.recorder.storage.util.IOUtil

public class IOUtil
extends java.lang.Object


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

Constructor Detail

IOUtil

public IOUtil()
Method Detail

copy

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