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 voidcopy(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- theInputStreamout- theOutputStreamclose- close input and output stream- Throws:
IOException
-
-