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
- IOException
Copyright © 2016 WSO2 Inc. All rights reserved.