How to write QByteArray to Position 0
General and Desktop
9
Posts
4
Posters
2.6k
Views
1
Watching
-
-
[quote author="gandiii" date="1353589552"]if I write seek(0) and then write(data) will the data be written
to this place whithout deleting the existing data?[/quote]As I know, the seek() only put your "cursor" into a given position.
If your position is IN a filled dataarea, your write() will overwrite that data. Anyway you will write into a virgin area...