TailFrom

data class TailFrom(val from: Long) : ContentRange

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

Constructors

Link copied to clipboard
constructor(from: Long)

Properties

Link copied to clipboard
val from: Long

index from which the content should begin

Functions

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