public class StreamUtils extends Object
| Constructor and Description |
|---|
StreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyStream(BufferedInputStream in,
BufferedOutputStream out) |
static byte[] |
readAll(InputStream in) |
public static void copyStream(BufferedInputStream in, BufferedOutputStream out) throws IOException
IOExceptionpublic static byte[] readAll(InputStream in) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.