class SpecialJob


Module kio
Namespace KIO
Class SpecialJob
Inherits KIO::TransferJob
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



methods