Package com.biglybt.core.download.impl
Class DownloadManagerStateImpl.ResumeHistoryImpl
java.lang.Object
com.biglybt.core.download.impl.DownloadManagerStateImpl.ResumeHistoryImpl
- All Implemented Interfaces:
DownloadManagerState.ResumeHistory
- Enclosing class:
DownloadManagerStateImpl
static class DownloadManagerStateImpl.ResumeHistoryImpl
extends Object
implements DownloadManagerState.ResumeHistory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
date
final long date -
resume_data
-
-
Constructor Details
-
ResumeHistoryImpl
ResumeHistoryImpl(long _date, Map _resume_data)
-
-
Method Details
-
getDate
public long getDate()- Specified by:
getDate
in interfaceDownloadManagerState.ResumeHistory
-