org.wso2.carbon.utils
Class IOStreamUtils

java.lang.Object
  extended by org.wso2.carbon.utils.IOStreamUtils

public class IOStreamUtils
extends Object

This class provides General IO stream manipulation utilities.


Method Summary
static void copyInputStream(InputStream in, OutputStream out)
          Copy inputStream to an outputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.