Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QWspPduEncoder class provides facilities for writing WSP PDU's. More...
#include <QWspPduEncoder>
Inherits QObject.
The QWspPduEncoder class provides facilities for writing WSP PDU's.
The QWspPduEncoder class provides facilities for writing WSP PDU's.
Create a WSP PDU encoder that writes the the output data stream d.
Destroy this WSP PDU encoder.
Encode a content type value str to the output data stream.
Encode an encoded string str to the output data stream.
Encode a field consisting of a name and value to the output data stream.
Encode a short or long integer value d to the output data stream.
Encode a length value d to the output data stream.
Encode a long integer value iv to the output data stream.
Encode a multipart content block mp to the output data stream.
Encode an octet to the output data stream.
Encode a parameter value p to the output data stream.
Encode a WSP part content block to the output data stream.
Encode a WSP PDU PDU part to the output data stream.
Encode a short integer value d to the output data stream.
Encode a text string str to the output data stream.
Encode a token text string str to the output data stream.
Encode an unsigned 8-bit octet to the output data stream.
Encode an unsigned 16-bit value d to the output data stream.
Encode an unsigned 32-bit value d to the output data stream.
Encode an unsigned variable length integer value iv to the output data stream.
Encode a version value to the output data stream.
Get the number of bytes that will be needed to encode d as either a short or long integer.
Get the number of bytes that will be needed to encode iv as a long integer.
Set the header codec, that converts string names into byte values, to c.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |