Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.http
/
HttpRange
Http
Range
data
class
HttpRange
(
val
start
:
Long
,
val
end
:
Long
?
)
HTTP content range.
end
is inclusive.
Members
Constructors
Http
Range
Link copied to clipboard
constructor
(
start
:
Long
,
end
:
Long
?
)
Properties
end
Link copied to clipboard
val
end
:
Long
?
start
Link copied to clipboard
val
start
:
Long
Functions
to
Long
Range
Link copied to clipboard
fun
toLongRange
(
contentLength
:
Long
)
:
LongRange