public class IOUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.nio.charset.Charset |
UTF8 |
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
closeQuietly(java.io.Closeable... closeables) |
static java.io.ByteArrayOutputStream |
readFully(java.io.InputStream stream) |