public final class IOUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
copy(InputStream from,
OutputStream to) |
static byte[] |
toByteArray(InputStream is) |
public static long copy(InputStream from, OutputStream to) throws IOException
IOExceptionpublic static byte[] toByteArray(InputStream is) throws IOException
IOExceptionCopyright © 2008–2017. All rights reserved.