public class IoUtils2 extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable) |
static void |
copy(InputStream in,
OutputStream out) |
static OutputStream |
nullOutputStream() |
public static OutputStream nullOutputStream()
public static void copy(InputStream in, OutputStream out) throws IOException
IOExceptionpublic static void closeQuietly(Closeable closeable)
Copyright © 2015. All Rights Reserved.