DownloadRequest.ByteRange


class DownloadRequest.ByteRange : Parcelable


Defines the byte range.

Summary

Public functions

Int
Boolean
equals(o: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Public properties

Long

The length of the byte range.

Long

The offset of the byte range.

Constants

Public functions

describeContents

fun describeContents(): Int

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

length

val lengthLong

The length of the byte range.

offset

val offsetLong

The offset of the byte range.