DownloadFileStream

class DownloadFileStream(val filePath: String) : Request<ByteReadChannelAllocator>

Constructors

Link copied to clipboard
fun DownloadFileStream(filePath: String)

Functions

Link copied to clipboard
open override fun method(): String

Properties

Link copied to clipboard
val filePath: String
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<ByteReadChannelAllocator>