public class IOUtils
extends java.lang.Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(java.io.InputStream in,
java.io.OutputStream out,
boolean close)
Copies the input stream to the output stream
|
public static void copy(java.io.InputStream in,
java.io.OutputStream out,
boolean close)
throws java.io.IOException
in - the InputStreamout - the OutputStreamclose - close input and output streamjava.io.IOExceptionCopyright © 2004-2018 The Apache Software Foundation. All Rights Reserved.