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

6
LINES

< > BotCompany Repo | #1021223 // tailFileFromIndex

JavaX fragment (include)

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

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: 151 / 185
Referenced in: [show references]