data class Bounded : ContentRange
Represents a Content-Range
bounded from both sides
Bounded(from: Long, to: Long)
Represents a |
val from: Long
index from which the content should begin |
|
val to: Long
the last index the content should end at (inclusive) |
fun toString(): String |