public class StreamUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable... closeables) |
static void |
close(Iterable<Closeable> closeables) |
static void |
copy(InputStream input,
OutputStream output) |
public static void close(Closeable... closeables)
public static void copy(InputStream input, OutputStream output) throws IOException
IOExceptionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.