common-plugin / com.cognifide.gradle.common.file.transfer / FileDownloader

FileDownloader

class FileDownloader

Constructors

<init>

FileDownloader(common: CommonExtension)

Properties

size

var size: Long

Functions

download

fun download(input: InputStream, target: File): Unit

Companion Object Properties

KILOBYTE

const val KILOBYTE: Int

TRANSFER_CHUNK_100_KB

const val TRANSFER_CHUNK_100_KB: Int