Package org.apache.axis2.util
Class IOUtils
java.lang.Object
org.apache.axis2.util.IOUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(InputStream in, OutputStream out, boolean close) Copies the input stream to the output stream
-
Constructor Details
-
IOUtils
public IOUtils()
-
-
Method Details
-
copy
Copies the input stream to the output stream- Parameters:
in- theInputStreamout- theOutputStreamclose- close input and output stream- Throws:
IOException
-