public static class RemitDatabase.Maker extends Object implements FileDownloadHelper.DatabaseCustomMaker
| Constructor and Description |
|---|
Maker() |
| Modifier and Type | Method and Description |
|---|---|
FileDownloadDatabase |
customMake()
The database is used for storing the
FileDownloadModel. |
public FileDownloadDatabase customMake()
FileDownloadHelper.DatabaseCustomMakerFileDownloadModel.
The data stored in the database is only used for task resumes from the breakpoint.
The task of the data stored in the database must be a task that has not finished
downloading yet, and if the task has finished downloading, its data will be
FileDownloadDatabase.remove(int) from the database, since that data is no longer
available for resumption of its task pass.
customMake in interface FileDownloadHelper.DatabaseCustomMakerFileDownloadDatabase which will be used for storing
downloading model.SqliteDatabaseImpl