static TailFile tailFileFromCurrent(File file, int interval, O onData) { TailFile tf = new(file, interval, onData); tf.l = l(file); tf.start(); ret tf; }
Began life as a copy of #1009097
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: | #1013000 |
| Snippet name: | tailFileFromCurrent |
| Eternal ID of this version: | #1013000/3 |
| Text MD5: | b247d424cffafeae2b4e1199656c6a8c |
| Author: | stefan |
| Category: | javax / i.o. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-03 13:09:05 |
| Source code size: | 166 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 689 / 724 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021223 - tailFileFromIndex |