Android-cuttlefish cvd tool
|
#include <zip_cc.h>
Public Member Functions | |
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< SeekableZipSource > | FromCallbacks (std::unique_ptr< SeekableZipSourceCallback >) |
![]() | |
static Result< ReadableZipSource > | FromCallbacks (std::unique_ptr< ReadableZipSourceCallback >) |
Private Member Functions | |
SeekableZipSource (std::unique_ptr< Impl >) | |
Friends | |
class | ReadableZip |
class | WritableZipSource |
|
default |
|
overridedefault |
|
private |
|
static |
|
default |
Result< SeekingZipSourceReader > cuttlefish::SeekableZipSource::Reader | ( | ) |
|
friend |
|
friend |