A single byte range.
More...
#include <Request.h>
|
| ByteRange () |
| Creates a (0,0) byteranges.
|
| ByteRange (::uint64_t first, ::uint64_t last) |
| Creates a byte range.
|
::uint64_t | firstByte () const |
| Returns the first byte of this range.
|
::uint64_t | lastByte () const |
| Returns the last byte of this range.
|