Home | History | Annotate | Download | only in io

Lines Matching defs:readLines

1153     public static List<String> readLines(File file, String encoding) throws IOException {

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