public class Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EOF |
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static long |
copyLarge(InputStream input,
OutputStream output,
byte[] buffer)
From commons-io IOUtils.
|
static String |
toString(InputStream in) |
public static final int EOF
public static String toString(InputStream in) throws IOException
IOExceptionpublic static long copyLarge(InputStream input, OutputStream output, byte[] buffer) throws IOException
IOExceptionCopyright © 2017-2020. All Rights Reserved.