static TailFile tailFilePlusLastLine(File file, int interval, fO onData) { final TailFile tf = new TailFile(file, interval, onData); tf.l = l(file); fS line = lastLineOfFile(file); // TODO: race condition thread "First Line" { if (line != null) pcallF(onData, line + "\n"); tf.start(); } ret tf; }
Began life as a copy of #1014111
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014119 |
Snippet name: | tailFilePlusLastLine - start with last line of existing content |
Eternal ID of this version: | #1014119/9 |
Text MD5: | 2ac635ebbd5804e5ea1d461cfc4afcbc |
Author: | stefan |
Category: | javax / i.o. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-26 21:03:54 |
Source code size: | 333 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 441 / 476 |
Version history: | 8 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014121 - tailFileLinewisePlusLastLine - start with last line of existing content; output full lines |