1 | static L<S> loadLog(S fileName) {
|
2 | ret scanLog(getProgramID(), fileName); // actually scanLog does the job already |
3 | } |
4 | |
5 | static L<S> loadLog(File file) {
|
6 | ret scanLog(file); |
7 | } |
Began life as a copy of #1001948
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001970 |
| Snippet name: | loadLog - scan log made with logQuoted and return as new list |
| Eternal ID of this version: | #1001970/1 |
| Text MD5: | a2c98a3b2df8393cd83b9c430629ac24 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-12-10 17:49:05 |
| Source code size: | 180 bytes / 7 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 960 / 1249 |
| Referenced in: | [show references] |