data class Suffix : ContentRange
Represents a Content-Range bounded by tail size
Content-Range
<init>
Suffix(lastCount: Long)
lastCount
val lastCount: Long
number of tail bytes
toString
fun toString(): String