download

fun download(file: File, after: Runnable): DownloadAction
fun download(file: File, percentage: (percent: Long, speed: Float) -> Unit): DownloadAction
fun download(file: File, percentage: (percent: Long, speed: Float) -> Unit, after: Runnable): DownloadAction
fun download(file: Path, after: Runnable): DownloadAction
fun download(file: Path, percentage: (percent: Long, speed: Float) -> Unit): DownloadAction
fun download(file: Path, percentage: (percent: Long, speed: Float) -> Unit, after: Runnable): DownloadAction