How do I read file using certain lines TFileStream. I read lines which has millions of files. So I want …
delphi tfilestreamI'm using Delphi7 (non-unicode VCL), I need to store lots of WideStrings inside a TFileStream. I can't use TStringStream as …
delphi widestring tfilestreamI have a stream reader line by line (sr.ReadLine()). My code counts the line-end with both line endings \r\…
c# newline streamreader tfilestream