Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1013000 // tailFileFromCurrent

JavaX fragment (include)

static TailFile tailFileFromCurrent(File file, int interval, O onData) {
  TailFile tf = new(file, interval, onData);
  tf.l = l(file);
  tf.start();
  ret tf;
}

Author comment

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: 371 / 409
Version history: 2 change(s)
Referenced in: [show references]