Package jasima.core.util
Class IoUtil
- java.lang.Object
-
- jasima.core.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 StringfileAsString(String fileName)static String[]lines(BufferedReader br)static String[]lines(String fileName)
-
-
-
Method Detail
-
lines
public static String[] lines(BufferedReader br) throws IOException
- Throws:
IOException
-
-