net.mtu.eggplant.io
Class IOUtils
java.lang.Object
net.mtu.eggplant.io.IOUtils
public final class IOUtils
- extends Object
Handy functions for doing IO.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOUtils
public IOUtils()
readIntoString
public static String readIntoString(Readable src)
throws IOException
- Read all data from src into a string and return it
- Parameters:
src
- the source
- Returns:
- the string from source
- Throws:
IOException