Home | History | Annotate | Download | only in io

Lines Matching defs:readLines

1157     public static List<String> readLines(File file, String encoding) throws IOException {
1161 return IOUtils.readLines(in, encoding);
1176 public static List<String> readLines(File file) throws IOException {
1177 return readLines(file, null);