Wt
4.11.1
|
A single byte range. More...
#include <Request.h>
Public Member Functions | |
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. | |
A single byte range.