public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable... closeables) |
static ByteArrayOutputStream |
readFully(InputStream stream) |
public static final Charset UTF8
public static void closeQuietly(Closeable... closeables)
public static ByteArrayOutputStream readFully(InputStream stream) throws IOException
IOExceptionCopyright © 2009–2014. All rights reserved.