public class StreamUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copyStream(InputStream ins,
OutputStream outs) |
static byte[] |
toBytes(InputStream ins) |
public static void copyStream(InputStream ins, OutputStream outs) throws IOException
IOExceptionpublic static byte[] toBytes(InputStream ins) throws IOException
IOExceptionCopyright © 2018. All rights reserved.