Android-cuttlefish cvd tool
|
#include <zip_cc.h>
Public Member Functions | |
WritableZipSource (WritableZipSource &&) | |
virtual | ~WritableZipSource () |
WritableZipSource & | operator= (WritableZipSource &&) |
Result< class ZipSourceWriter > | Writer () |
![]() | |
SeekableZipSource (SeekableZipSource &&) | |
~SeekableZipSource () override | |
SeekableZipSource & | operator= (SeekableZipSource &&) |
Result< class SeekingZipSourceReader > | Reader () |
![]() | |
ReadableZipSource (ReadableZipSource &&) | |
virtual | ~ReadableZipSource () |
ReadableZipSource & | operator= (ReadableZipSource &&) |
Result< ZipStat > | Stat () |
Result< class ZipSourceReader > | Reader () |
Static Public Member Functions | |
static Result< WritableZipSource > | BorrowData (const void *data, size_t size) |
static Result< WritableZipSource > | FromFile (const std::string &path) |
static Result< WritableZipSource > | FromZip (class WritableZip) |
![]() | |
static Result< SeekableZipSource > | FromCallbacks (std::unique_ptr< SeekableZipSourceCallback >) |
![]() | |
static Result< ReadableZipSource > | FromCallbacks (std::unique_ptr< ReadableZipSourceCallback >) |
Private Member Functions | |
WritableZipSource (std::unique_ptr< Impl >) | |
Friends | |
class | ReadableZip |
|
default |
|
virtualdefault |
|
private |
|
static |
|
static |
|
static |
|
default |
Result< ZipSourceWriter > cuttlefish::WritableZipSource::Writer | ( | ) |
|
friend |