[Qt-interest] Binary format of QDataStream
Andreas Pakulat
apaku at gmx.de
Thu Sep 9 19:43:11 CEST 2010
On 09.09.10 19:33:58, Kybernetik Kollektiv wrote:
> Hi,
> I'd like to know where one can find the documentation of the binary
> format that QDataStreams uses.
There is none as each class may add its own representation of itself.
For basic stuff part of the QDataStream class you can look at the source
code. Its basically an internal format, that needs to be read/written
with a QDataStream always. Also Qt may change the format with a new
release (hence the version enum).
Andreas
--
You've been leading a dog's life. Stay off the furniture.
More information about the Qt-interest-old
mailing list