Range

case
class Range(start: Option[Long], end: Option[Long], unit: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isValid(contentSize: Long): Boolean
def toContentRange(fileSize: Long, unit: String): ContentRange
override
def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val contentLength: Long