Static Public Member Functions | |
| static List< String > | getLines (File file) throws IOException |
| Reads a file into a list of Strings. | |
Definition at line 35 of file Utils.java.
| static List<String> getLines | ( | File | file | ) | throws IOException [static] |
Reads a file into a list of Strings.
| file |
| IOException |
Definition at line 96 of file Utils.java.
1.4.7