UID:91688
UID:80073
QDataStream & QDataStream::readBytes ( char *& s, uint & l ) Reads the buffer s from the stream and returns a reference to the stream. The buffer s is allocated using new. Destroy it with the delete[] operator. The l parameter is set to the length of the buffer. If the string read is empty, l is set to 0 and s is set to a null pointer. The serialization format is a quint32 length specifier first, then l bytes of data.
UID:88244
引用第2楼benbenmajia于2010-04-21 17:10发表的 :小羊羊你疯了最近,疯狂帖...哥哥我最近在做windows mobile下的东西,directshow,头疼~~