QDataStream is a serialization mechanism and not a general purpose binary stream. It prepended the length of the byte array to the stream to be able to deserialize it later.
QDataStream is a serialization mechanism and not a general purpose binary stream. It prepended the length of the byte array to the stream to be able to deserialize it later.
schunyeh (25th December 2014)
Bookmarks