org.plasma.common.io
Class StreamCopier

java.lang.Object
  extended by org.plasma.common.io.StreamCopier

public class StreamCopier
extends java.lang.Object


Constructor Summary
StreamCopier()
          Creates a new instance of StreamCopier
 
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

StreamCopier

public StreamCopier()
Creates a new instance of StreamCopier

Method Detail

copy

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


Copyright © 2013. All Rights Reserved.