Can I read binary data (for example 9 bytes) directly to QString from file? fread does not work with QString for me (requires char*), QDataStream also requires char* and serialized data example does not appear to be sutable for binary data.
Can I read binary data (for example 9 bytes) directly to QString from file? fread does not work with QString for me (requires char*), QDataStream also requires char* and serialized data example does not appear to be sutable for binary data.
Last edited by zolookas; 29th July 2008 at 17:15. Reason: added url
Bookmarks