The TRSStringStream class is a TStringStream descendant that fixes a bug in the VCL.NET implementation of the TStringStream. On the construction of the TStringStream in VCL.NET for Delphi 8 and 2005, the stream position is pointing to the end of the string instead of the beginning as it is in the Win32 implementation.
|