org.kde.koala
public class FileCopyJob extends Job
See Also: FileCopyJob FileCopyJob
UNKNOWN: The FileCopyJob copies data from one place to another.
| Constructor Summary | |
|---|---|
| protected | FileCopyJob(Class dummy) |
| Method Summary | |
|---|---|
| String | className() |
| KURL | destURL()
Returns the destination URL. |
| QMetaObject | metaObject() |
| void | setSourceSize64(long size)
If you know the size of the source file, call this method
to inform this job. |
| void | slotData(Job arg1, byte[] data) |
| void | slotDataReq(Job arg1, byte[] data) |
| void | slotStart() |
| KURL | srcURL()
Returns the source URL. |
Returns: the destination URL
UNKNOWN: Returns the destination URL.
Parameters: size the size of the source file
UNKNOWN: If you know the size of the source file, call this method to inform this job.
Returns: the source URL
UNKNOWN: Returns the source URL.