Package org.apache.axis2.util
Class IOUtils
- java.lang.Object
-
- org.apache.axis2.util.IOUtils
-
public class IOUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description IOUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copy(InputStream in, OutputStream out, boolean close)
Copies the input stream to the output stream
-
-
-
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
- theInputStream
out
- theOutputStream
close
- close input and output stream- Throws:
IOException
-
-