Lets say I make a file in TFileStream 1 gig in size!!!
I set the position 100 k into the TFileStream and I write 200k of data from a TMemoryStream
1/ is it over writing from 100 k to 300 k new data into TFileStream and leaving everything else alone?
Is it doing some thing else
ā¦
If I save a string to TFileStream
2/ it saves the string size info as well as the character data