org.apache.axis2.util
Class IOUtils

java.lang.Object
  extended by org.apache.axis2.util.IOUtils

public class IOUtils
extends Object


Constructor Summary
IOUtils()
           
 
Method Summary
static void copy(InputStream in, OutputStream out, boolean close)
          Copies the input stream to the output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

copy

public static void copy(InputStream in,
                        OutputStream out,
                        boolean close)
                 throws IOException
Copies the input stream to the output stream

Parameters:
in - the InputStream
out - the OutputStream
close - close input and output stream
Throws:
IOException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.