public static interface FileDownloadHelper.DatabaseCustomMaker
| Modifier and Type | Method and Description |
|---|---|
FileDownloadDatabase |
customMake()
The database is used for storing the
FileDownloadModel. |
FileDownloadDatabase customMake()
FileDownloadModel.
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.
FileDownloadDatabase which will be used for storing
downloading model.SqliteDatabaseImpl