org.apache.axis2.util
Class IOUtils
java.lang.Object
org.apache.axis2.util.IOUtils
public class IOUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOUtils
public IOUtils()
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.