PDA

View Full Version : QDataStream and QTcpSocket



babu198649
24th January 2009, 08:32
Hi
If the client uses QDataStream,is it necessary to send data with QDataStream by server.

jpn
24th January 2009, 13:10
Well, QDataStream uses a specific format to serialize each type. See Format of the QDataStream Operators for more details.

babu198649
24th January 2009, 13:29
Well, QDataStream uses a specific format to serialize each type
Can i receive data using QDataStream which is send by JAVA(or C) server.