public final class IOUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BUF_SIZE |
| Constructor and Description |
|---|
IOUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(java.io.Closeable closeable) |
static java.lang.String |
readAsString(java.io.File file) |
static java.lang.String |
readAsString(java.io.InputStream inputStream) |
protected static final int BUF_SIZE