public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable) |
static String |
readFully(InputStream in) |
public static String readFully(InputStream in) throws IOException
IOExceptionpublic static void closeQuietly(Closeable closeable)
Copyright © 2015. All rights reserved.