peakml.util
Class IO

java.lang.Object
  extended by peakml.util.IO

public class IO
extends java.lang.Object


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

Constructor Detail

IO

public IO()
Method Detail

copyfile

public static void copyfile(java.io.InputStream in,
                            java.io.OutputStream out)
                     throws java.io.IOException
Parameters:
src -
dest -
Throws:
java.io.IOException