libzypp 17.37.17
|
#include <zypp-curl/ng/network/rangedesc.h>
Public Attributes | |
size_t | _start = 0 |
size_t | _len = 0 |
std::string | _chksumtype |
Enables automated checking of downloaded contents against a checksum. | |
UByteArray | _checksum |
std::optional< size_t > | _relevantDigestLen |
std::optional< size_t > | _chksumPad |
Describes a range of a file that is to be downloaded.
Definition at line 27 of file rangedesc.h.
size_t zyppng::RangeDesc::_start = 0 |
Definition at line 28 of file rangedesc.h.
size_t zyppng::RangeDesc::_len = 0 |
Definition at line 29 of file rangedesc.h.
std::string zyppng::RangeDesc::_chksumtype |
Enables automated checking of downloaded contents against a checksum.
Definition at line 35 of file rangedesc.h.
UByteArray zyppng::RangeDesc::_checksum |
Definition at line 36 of file rangedesc.h.
std::optional<size_t> zyppng::RangeDesc::_relevantDigestLen |
Definition at line 37 of file rangedesc.h.
std::optional<size_t> zyppng::RangeDesc::_chksumPad |
Definition at line 38 of file rangedesc.h.