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

6
LINES

< > BotCompany Repo | #1021223 // tailFileFromIndex

JavaX fragment (include)

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

Author comment

Began life as a copy of #1013000

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: #1021223
Snippet name: tailFileFromIndex
Eternal ID of this version: #1021223/1
Text MD5: 548f6dba5560b8f2c7051302d0fcbc39
Author: stefan
Category: javax / i.o.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-03 15:17:56
Source code size: 172 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 148 / 181
Referenced in: [show references]