public class IOStreamUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copyInputStream(InputStream in,
OutputStream out)
Copy inputStream to an outputStream
|
public static void copyInputStream(InputStream in, OutputStream out) throws IOException
in - out - IOExceptionCopyright © 2015 WSO2 Inc. All rights reserved.