[fpc-devel] FCL streamex question

Michael Van Canneyt michael at freepascal.org
Thu Aug 18 10:06:50 CEST 2022



On Wed, 17 Aug 2022, MARCOU Gilles via fpc-devel wrote:

> Hi,
>
> following the advice of howardpc, I repost here my question from the forum 
> (https://forum.lazarus.freepascal.org/index.php/topic,60287.0.html).
>
> Recently I wanted to rewind a file to read again a previous line. After some 
> search I came to the conclusion to modify the TStreamReader class. Do you 
> think that would be a useful addition? Should it be an a modification to 
> TStreamReader or a new class?

I think this should be in a new class, with a descendent that one could attach to a TStream
and a descendent to attach to a TStreamReader.

Michael.


More information about the fpc-devel mailing list