#include <archive.h>
◆ ReadableZip() [1/2]
| cuttlefish::ReadableZip::ReadableZip |
( |
ReadableZip && |
| ) |
|
|
default |
◆ ~ReadableZip()
| cuttlefish::ReadableZip::~ReadableZip |
( |
| ) |
|
|
virtualdefault |
◆ ReadableZip() [2/2]
◆ EntryAttributes()
| Result< uint32_t > cuttlefish::ReadableZip::EntryAttributes |
( |
uint64_t |
index | ) |
const |
◆ EntryIsDirectory()
| Result< bool > cuttlefish::ReadableZip::EntryIsDirectory |
( |
uint64_t |
index | ) |
|
◆ EntryName()
| Result< std::string > cuttlefish::ReadableZip::EntryName |
( |
uint64_t |
index | ) |
|
◆ FileAttributes()
| Result< uint32_t > cuttlefish::ReadableZip::FileAttributes |
( |
std::string_view |
path | ) |
const |
|
overridevirtual |
◆ FromSource()
◆ GetFile() [1/2]
◆ GetFile() [2/2]
◆ NumEntries()
| Result< uint64_t > cuttlefish::ReadableZip::NumEntries |
( |
| ) |
|
◆ OpenReadOnly()
| Result< std::unique_ptr< ReaderSeeker > > cuttlefish::ReadableZip::OpenReadOnly |
( |
std::string_view |
path | ) |
|
|
overridevirtual |
◆ operator=()
◆ WritableZip
◆ WritableZipSource
◆ raw_
◆ source_
The documentation for this class was generated from the following files: