Package org.topbraid.jenax.util
Class IOUtil
- java.lang.Object
-
- org.topbraid.jenax.util.IOUtil
-
public class IOUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description IOUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringBufferloadString(Reader reader)static StringBufferloadStringUTF8(InputStream in)
-
-
-
Method Detail
-
loadString
public static StringBuffer loadString(Reader reader) throws IOException
- Throws:
IOException
-
loadStringUTF8
public static StringBuffer loadStringUTF8(InputStream in) throws IOException
- Throws:
IOException
-
-