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 void |
closeQuietly(LoggerFactory loggerFactory,
java.io.Closeable... closeables) |
static java.io.ByteArrayOutputStream |
readFully(java.io.InputStream stream) |
static java.io.ByteArrayOutputStream |
readFully(java.io.InputStream stream,
LoggerFactory loggerFactory) |
public static void closeQuietly(java.io.Closeable... closeables)
public static java.io.ByteArrayOutputStream readFully(java.io.InputStream stream)
throws java.io.IOException
java.io.IOExceptionpublic static void closeQuietly(LoggerFactory loggerFactory, java.io.Closeable... closeables)
public static java.io.ByteArrayOutputStream readFully(java.io.InputStream stream,
LoggerFactory loggerFactory)
throws java.io.IOException
java.io.IOException