class TransferJob

The tranfer job pumps data into and/or out of a Slave. More...

Full nameKIO::TransferJob
Definition#include <jobclasses.h>
InheritsKIO::SimpleJob
Inherited byMimetypeJob
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Slots

Protected Members


Detailed Description

The tranfer job pumps data into and/or out of a Slave. Data is sent to the slave on request of the slave (dataReq). If data coming from the slave can not be handled, the reading of data from the slave should be suspended.

void  suspend ()

Flow control. Suspend data processing from the slave.

void  resume ()

Flow control. Resume data processing from the slave.

void  data ( KIO::Job *, const QByteArray &data)

[signal]

Data from the slave has arrived.

Parameters:
datadata received from the slave End of data (EOD) has been reached if data.size() == 0

void  dataReq ( KIO::Job *, QByteArray &data)

[signal]

Request for data.

Parameters:
databuffer to fill with data to send to the slave. An empty buffer indicates end of data. (EOD)


Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35.