(File p_readLines_0_)
| 1262 | } |
| 1263 | |
| 1264 | public static String[] readLines(File p_readLines_0_) throws IOException { |
| 1265 | FileInputStream fileinputstream = new FileInputStream(p_readLines_0_); |
| 1266 | return readLines(fileinputstream); |
| 1267 | } |
| 1268 | |
| 1269 | public static String[] readLines(InputStream p_readLines_0_) throws IOException { |
| 1270 | List list = new ArrayList(); |
no test coverage detected