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

21
LINES

< > BotCompany Repo | #1022856 // loadTextFileTrim - synonym of loadTextFile_trim

JavaX fragment (include)

1  
static S loadTextFileTrim(S fileName) {
2  
  ret loadTextFile_trim(fileName);
3  
}
4  
5  
6  
7  
static S loadTextFileTrim(File f, S defaultContents) {
8  
  ret loadTextFile_trim(f, defaultContents);
9  
}
10  
11  
12  
13  
sS loadTextFileTrim(File fileName) {
14  
  ret loadTextFile_trim(fileName);
15  
}
16  
17  
18  
19  
sS loadTextFileTrim(S fileName, S defaultContents) {
20  
  ret loadTextFile_trim(fileName, defaultContents);
21  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022856
Snippet name: loadTextFileTrim - synonym of loadTextFile_trim
Eternal ID of this version: #1022856/1
Text MD5: 326077f1d8a3490044a60e2804f8f23f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-11 15:30:59
Source code size: 374 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 238 / 285
Referenced in: [show references]