I am trying to read a text file line by line which works well with the SequentialReader.
The SequentialReader seems to only have the ability to reset if you are at the end of the text file.
Is there a way to reset and read from the top of the file even if I am not at the end?