David Heffernan 2345 Posted July 3, 2023 29 minutes ago, Lars Fosdal said: I am open to suggestions for alternatives? You can add buffers wherever you like. I have line based text file readers and writers that buffer actual file access. Share this post Link to post
Lars Fosdal 1792 Posted July 3, 2023 5 minutes ago, David Heffernan said: You can add buffers wherever you like. I have line based text file readers and writers that buffer actual file access. Buffers that work with AssignFile/Readln/Writeln? That is the use I describe. Share this post Link to post
David Heffernan 2345 Posted July 3, 2023 4 hours ago, Lars Fosdal said: Buffers that work with AssignFile/Readln/Writeln? That is the use I describe. No. I have classes that have similar methods. For example, my reader class can be used with while/readln pattern, or a for in loop. Share this post Link to post
PeterBelow 238 Posted July 3, 2023 5 hours ago, Lars Fosdal said: I am open to suggestions for alternatives? System.Classes.TBufferedFileStream Share this post Link to post