org.wso2.carbon.utils
Class IOStreamUtils
java.lang.Object
org.wso2.carbon.utils.IOStreamUtils
public class IOStreamUtils
- extends Object
This class provides General IO stream manipulation utilities.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyInputStream
public static void copyInputStream(InputStream in,
OutputStream out)
throws IOException
- Copy inputStream to an outputStream
- Parameters:
in - out -
- Throws:
IOException
Copyright © 2014 WSO2 Inc. All rights reserved.