static L lastNLinesOfFile(File f, int n) { ret lastNLines(f, n); } static L lastNLinesOfFile(int n, File f) { ret lastNLines(n, f); }