data class TailFrom : ContentRange
Represents a Content-Range
bounded at the beginning (skip first bytes, show tail)
TailFrom(from: Long)
Represents a |
val from: Long
index from which the content should begin |
fun toString(): String |