public class IOUtils extends Object
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
copy(InputStream in,
OutputStream out,
boolean close)
Copies the input stream to the output stream
|
public static void copy(InputStream in, OutputStream out, boolean close) throws IOException
in
- the InputStream
out
- the OutputStream
close
- close input and output streamIOException
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.