PDA

View Full Version : Difference between QDataStream and QTextStream



metdos
5th August 2009, 11:33
What is the difference between QDataStream and QTextStream?

yogeshgokul
5th August 2009, 11:44
The QDataStream class provides serialization of binary data to a QIODevice.

The QTextStream class provides a convenient interface for reading and writing text.