Libraryless. Click here for Pure Java version (10207L/57K).
1 | static TailFile tailFileLinewise(File file, int interval, IVF1<S> onData) { |
2 | ret tailFileLinewise(file, interval, toVF1(onData)); |
3 | } |
4 | |
5 | static TailFile tailFileLinewise(File file, int interval, VF1<S> onData) { |
6 | ret tailFile_newOnly(file, interval, |
7 | vfAppendToLineBuffer(new LineBuffer(onData))); |
8 | } |
Began life as a copy of #1014603
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030895 |
Snippet name: | tailFileLinewise - new stuff only; output full lines |
Eternal ID of this version: | #1030895/5 |
Text MD5: | 07bd0e4869ec9ec00d953f93029b276c |
Transpilation MD5: | 697d0c4bc03bece65a243d32d5f4902d |
Author: | stefan |
Category: | javax / i.o. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-09-29 20:12:18 |
Source code size: | 307 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 246 / 361 |
Version history: | 4 change(s) |
Referenced in: | [show references] |