Hi team,
i am new to QT
i have a requirement where i have to read the contents of file named "xyz.tar" to QbyteArray.

After reading to QbyteArray, i have create a file with same name in other location and copy the contents from Qbyte array to new file .but i can copy only 8 bytes at a time from QbyteArray to new file.

is there a way i can read the contents of .tar file in Qt?


Regards,
Anamika