public Downloader
| Modifier and Type | Method and Description |
|---|---|
boolean |
downloadFile()
Downloads a file a file located at
donwloadURL, compares its MD5 checksum with md5Sum and extracts it into extractionLocation.If the download or the verification failed the caller can take actions in mD5SumCheckUnequalsCallback and downloadFailureCallback callbacks. |
boolean downloadFile()
Downloads a file a file located at donwloadURL, compares its MD5 checksum with md5Sum and extracts it into extractionLocation.If the download or the verification failed the caller can take actions in mD5SumCheckUnequalsCallback and downloadFailureCallback callbacks.
false if the validation, download or extraction have been canceled, otherwise true, but exception might have been thrown