public class IOUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int |
BUFFER |
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
closeQuietly(java.io.Closeable closeable) |
static java.lang.String |
readFully(java.io.InputStream in) |
private static final int BUFFER