Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.data.data_sources.network
/
MosaicNetwork
/
downloadFileToMemory
download
File
To
Memory
abstract
suspend
fun
downloadFileToMemory
(
url
:
String
,
headers
:
Map
<
String
,
String
>
?
=
null
,
body
:
Any
?
,
httpMethod
:
HttpMethod
,
onProgress
:
suspend
(
Float
)
->
Unit
=
{}
,
onDownloadFinished
:
suspend
(
ByteArray
)
->
Unit
=
{}
,
onDownloadFailure
:
suspend
(
Throwable
)
->
Unit
=
{}
)
:
Result
<
Unit
>