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
IOException
Copyright © 2009–2013. All rights reserved.