ants.p2p.filesharing
Class InterruptedDownload
java.lang.Object
ants.p2p.filesharing.InterruptedDownload
public class InterruptedDownload
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterruptedDownload
public InterruptedDownload(MultipleSourcesDownloadManager store)
InterruptedDownload
public InterruptedDownload(java.io.File store)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDownloadedBlockGroups
public boolean[] getDownloadedBlockGroups()
getAvaiablePreviewIndexes
public int getAvaiablePreviewIndexes()
getPercentage
public java.lang.String getPercentage()
getBlockSize
public int getBlockSize()
getFileHash
public java.lang.String getFileHash()
getED2KFileHash
public java.lang.String getED2KFileHash()
getChunkHashes
public java.lang.Object[] getChunkHashes()
getFileName
public java.lang.String getFileName()
getExtendedInfos
public java.lang.String getExtendedInfos()
getFileSize
public long getFileSize()
getByteDownloaded
public long getByteDownloaded()
removeInterrupted
public void removeInterrupted()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
sizeToString
public java.lang.String sizeToString(double dSize)
addAutoresumeEngine
public void addAutoresumeEngine(AutoresumeEngine ae)
getAutoresumeEngine
public AutoresumeEngine getAutoresumeEngine()
deactivateAutoresumeEngine
public void deactivateAutoresumeEngine()
isAutoresumeActive
public boolean isAutoresumeActive()