static S loadTextFileTrim(S fileName) { ret loadTextFile_trim(fileName); } static S loadTextFileTrim(File f, S defaultContents) { ret loadTextFile_trim(f, defaultContents); } sS loadTextFileTrim(File fileName) { ret loadTextFile_trim(fileName); } sS loadTextFileTrim(S fileName, S defaultContents) { ret loadTextFile_trim(fileName, defaultContents); }
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: | 549 / 600 |
| Referenced in: | [show references] |