Summary
Encapsulates the possible values of the Content-Range HTTP response header.
Instance fields
long | | First byte index of the range. The first byte in the file has index 0. |
long | | Last byte index of the range. For example, a range from 0 to 0 includes one byte. |
long | | Total size of the file (not of the range). |