1 | static S trimLoadTextFile(S fileName) { |
2 | ret loadTextFile_trim(fileName); |
3 | } |
4 | |
5 | |
6 | |
7 | static S trimLoadTextFile(File f, S defaultContents) { |
8 | ret loadTextFile_trim(f, defaultContents); |
9 | } |
10 | |
11 | |
12 | |
13 | sS trimLoadTextFile(File fileName) { |
14 | ret loadTextFile_trim(fileName); |
15 | } |
16 | |
17 | |
18 | |
19 | sS trimLoadTextFile(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: | #1023265 |
Snippet name: | trimLoadTextFile - synonym of loadTextFile_trim |
Eternal ID of this version: | #1023265/1 |
Text MD5: | fa276f57dd7e24fd29abc185b86016d1 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-21 13:44:05 |
Source code size: | 374 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 289 / 328 |
Referenced in: | [show references] |