org.kde.koala

Class FileCopyJob

public class FileCopyJob extends Job

The FileCopyJob copies data from one place to another.

See Also: FileCopyJob FileCopyJob

UNKNOWN: The FileCopyJob copies data from one place to another.

Constructor Summary
protected FileCopyJob(Class dummy)
Method Summary
StringclassName()
KURLdestURL()
Returns the destination URL.
QMetaObjectmetaObject()
voidsetSourceSize64(long size)
If you know the size of the source file, call this method to inform this job.
voidslotData(Job arg1, byte[] data)
voidslotDataReq(Job arg1, byte[] data)
voidslotStart()
KURLsrcURL()
Returns the source URL.

Constructor Detail

FileCopyJob

protected FileCopyJob(Class dummy)

Method Detail

className

public String className()

destURL

public KURL destURL()
Returns the destination URL.

Returns: the destination URL

UNKNOWN: Returns the destination URL.

metaObject

public QMetaObject metaObject()

setSourceSize64

public void setSourceSize64(long size)
If you know the size of the source file, call this method to inform this job. It will be displayed in the "resume" dialog.

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.

slotData

public void slotData(Job arg1, byte[] data)

slotDataReq

public void slotDataReq(Job arg1, byte[] data)

slotStart

public void slotStart()

srcURL

public KURL srcURL()
Returns the source URL.

Returns: the source URL

UNKNOWN: Returns the source URL.