Package org.wso2.carbon.utils
Class IOStreamUtils
java.lang.Object
org.wso2.carbon.utils.IOStreamUtils
This class provides General IO stream manipulation utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyInputStream(InputStream in, OutputStream out) Copy inputStream to an outputStream
-
Method Details
-
copyInputStream
Copy inputStream to an outputStream- Parameters:
in-out-- Throws:
IOException
-