replaceLoadState method
Implementation
void replaceLoadState(DownloadServiceItem oldItem) {
downloadCount = oldItem.downloadCount;
filePath = oldItem.filePath;
loadState = oldItem.loadState;
version = oldItem.version;
}
void replaceLoadState(DownloadServiceItem oldItem) {
downloadCount = oldItem.downloadCount;
filePath = oldItem.filePath;
loadState = oldItem.loadState;
version = oldItem.version;
}