Wednesday, 4 September 2013

What is the QBytearray, returned by QFile readAll()

What is the QBytearray, returned by QFile readAll()

I want to ask that if the QFile().readAll () , returns a QByte Array then
does it create a byte array on Physical memory or just provides a linked
list address containing the positions of Bytes?.
can it create problem in the case of large files which are in GBs.

No comments:

Post a Comment