◆ RemoteZip()
cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::RemoteZip |
( |
HttpClient & |
http_client, |
|
|
std::string |
url, |
|
|
uint64_t |
size, |
|
|
std::vector< std::string > |
headers |
|
) |
| |
|
inline |
◆ Close()
bool cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::Close |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Offset()
int64_t cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::Offset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Open()
bool cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::Open |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Read()
int64_t cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::Read |
( |
char * |
zip_data, |
|
|
uint64_t |
zip_len |
|
) |
| |
|
inlineoverridevirtual |
◆ SetOffset()
bool cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::SetOffset |
( |
int64_t |
offset | ) |
|
|
inlineoverridevirtual |
◆ Size()
uint64_t cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::Size |
( |
| ) |
|
|
inlineoverridevirtual |
◆ headers_
std::vector<std::string> cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::headers_ |
|
private |
◆ http_client_
HttpClient& cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::http_client_ |
|
private |
◆ offset_
uint64_t cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::offset_ = 0 |
|
private |
◆ size_
uint64_t cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::size_ = 0 |
|
private |
◆ url_
std::string cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip::url_ |
|
private |
The documentation for this class was generated from the following file: