TailFrom

data class TailFrom(from: Long) : ContentRange

Represents a Content-Range bounded at the beginning (skip first bytes, show tail)

Constructors

Link copied to clipboard
fun TailFrom(from: Long)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val from: Long

index from which the content should begin