com.aelitis.azureus.core.devices
Interface DeviceOfflineDownload

All Known Implementing Classes:
DeviceOfflineDownloaderImpl.OfflineDownload

public interface DeviceOfflineDownload


Method Summary
 long getCurrentTransferSize()
           
 Download getDownload()
           
 long getRemaining()
           
 boolean isTransfering()
           
 

Method Detail

getDownload

Download getDownload()

isTransfering

boolean isTransfering()

getCurrentTransferSize

long getCurrentTransferSize()

getRemaining

long getRemaining()