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

7
LINES

< > BotCompany Repo | #1021222 // watchQuotedLog_fromIndex - from a certain byte index

JavaX fragment (include)

static TailFile watchQuotedLog_fromIndex(File f, long from, final VF1<S> onLine) {
  ret watchQuotedLog_fromIndex(f, from, tailFileDefaultInterval(), onLine);
}

static TailFile watchQuotedLog_fromIndex(File f, long from, int interval, final VF1<S> onLine) {
  ret tailFileFromIndex(f, from, interval, vfAppendToLineBuffer(unquotingLineBuffer(onLine)));
}

Author comment

Began life as a copy of #1012999

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: #1021222
Snippet name: watchQuotedLog_fromIndex - from a certain byte index
Eternal ID of this version: #1021222/2
Text MD5: 8442589ec7c5d06e3447b1c1883ceed9
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-03 15:20:51
Source code size: 361 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 160 / 197
Version history: 1 change(s)
Referenced in: [show references]