class SpecialJob |
|
A class that sends a special command to an ioslave.
This allows you to send a binary blob to an ioslave and handle
its responses. The ioslave will receive the binary data as an
argument to the "special" function (inherited from SlaveBase.special()).
Use this only on ioslaves that belong to your application. Sending special commands to other ioslaves may cause unexpected behaviour. See also KIO.special |
|
Creates a KIO.SpecialJob.
url - the URL to be passed to the ioslave data - the data to be sent to the SlaveBase.special() function. |
|
|
|
Returns the QByteArray data that will be sent (or has been sent) to the ioslave. |
|
Sets the QByteArray that is passed to SlaveBase.special() on the ioslave. |