public class Streams extends Object
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream in,
OutputStream out) |
static void |
copy(InputStream in,
OutputStream out,
boolean flush) |
public static void copy(InputStream in, OutputStream out, boolean flush) throws IOException
IOExceptionpublic static void copy(InputStream in, OutputStream out) throws IOException
IOExceptionCopyright © 2016. All rights reserved.