public class IoUtils extends Object
| Constructor and Description |
|---|
IoUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable) |
static int |
copy(InputStream inputStream,
OutputStream outputStream) |
public static void closeQuietly(Closeable closeable)
public static int copy(InputStream inputStream, OutputStream outputStream) throws IOException
IOExceptionCopyright © 2015 Formicary. All rights reserved.