public final class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readIntoString(Readable src)
Read all data from src into a string and return it
|
public static String readIntoString(Readable src) throws IOException
src - the sourceIOException