static TailFile tailFileLinewise(File file, int interval, VF1 onData) { ret tailFile(file, interval, vfAppendToLineBuffer(new LineBuffer(onData))); }