in reply to Re^2: Further on buffering huge text files
in thread Further on buffering huge text files

Then keep reading untill the buffer is filled? The GUI would request say 120 lines starting from line 35465 (or byte/char 235435), you would start reading lines fom that position and keep reading and filtering untill you can return the 120 lines.
  • Comment on Re^3: Further on buffering huge text files