Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1019678 // lastNLinesOfFile - synonym of lastNLines

JavaX fragment (include)

1  
2  
3  
static L<S> lastNLinesOfFile(File f, int n) {
4  
  ret lastNLines(f, n);
5  
}
6  
7  
8  
9  
static L<S> lastNLinesOfFile(int n, File f) {
10  
  ret lastNLines(n, f);
11  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019678
Snippet name: lastNLinesOfFile - synonym of lastNLines
Eternal ID of this version: #1019678/1
Text MD5: 4442ca449648b54a58116bf29afd8eec
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-17 18:14:23
Source code size: 152 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 243 / 275
Referenced in: [show references]