Suffix

data class Suffix(val lastCount: Long) : ContentRange

Represents a Content-Range bounded by tail size

Constructors

Link copied to clipboard
constructor(lastCount: Long)

Properties

Link copied to clipboard

number of tail bytes

Functions

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