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
IOException
public static byte[] readAll(InputStream in) throws IOException
IOException
Copyright © 2015. All rights reserved.