downloadFile

fun downloadFile(fileUrl: String, inputStream: InputStream): String

Save file in cache

Parameters

fileUrl
  • url path

inputStream
  • representing an input stream of bytes.