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 | } |
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: | 416 / 457 |
| Referenced in: | [show references] |