Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils.downloader
/
DownloadObjects
/
DownloadedFileInfoResult
Downloaded
File
Info
Result
@
Serializable
data
class
DownloadedFileInfoResult
(
val
fileLength
:
Long
,
val
totalBytes
:
Long
,
val
path
:
Uri
)
(
source
)
Members
Constructors
Downloaded
File
Info
Result
Link copied to clipboard
constructor
(
fileLength
:
Long
,
totalBytes
:
Long
,
path
:
Uri
)
Properties
file
Length
Link copied to clipboard
@
SerialName
(
value
=
"fileLength"
)
val
fileLength
:
Long
path
Link copied to clipboard
@
SerialName
(
value
=
"path"
)
@
Serializable
(
with
=
UriSerializer::class
)
val
path
:
Uri
total
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"totalBytes"
)
val
totalBytes
:
Long