|
Android-cuttlefish cvd tool
|
#include <writable_source.h>


Public Member Functions | |
| WritableZipSource (WritableZipSource &&)=default | |
| virtual | ~WritableZipSource ()=default |
| WritableZipSource & | operator= (WritableZipSource &&)=default |
| Result< class ZipSourceWriter > | Writer () |
Public Member Functions inherited from cuttlefish::SeekableZipSource | |
| SeekableZipSource (SeekableZipSource &&)=default | |
| ~SeekableZipSource () override=default | |
| SeekableZipSource & | operator= (SeekableZipSource &&)=default |
| Result< class SeekingZipSourceReader > | Reader () |
Public Member Functions inherited from cuttlefish::ReadableZipSource | |
| 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 Public Member Functions inherited from cuttlefish::SeekableZipSource | |
| static Result< SeekableZipSource > | FromCallbacks (std::unique_ptr< SeekableZipSourceCallback >) |
Static Public Member Functions inherited from cuttlefish::ReadableZipSource | |
| static Result< ReadableZipSource > | FromCallbacks (std::unique_ptr< ReadableZipSourceCallback >) |
Protected Member Functions | |
| WritableZipSource (ManagedZipSource) | |
Protected Member Functions inherited from cuttlefish::SeekableZipSource | |
| SeekableZipSource (ManagedZipSource) | |
Protected Member Functions inherited from cuttlefish::ReadableZipSource | |
| ReadableZipSource (ManagedZipSource) | |
Friends | |
| class | ReadableZip |
Additional Inherited Members | |
Protected Attributes inherited from cuttlefish::ReadableZipSource | |
| ManagedZipSource | raw_ |
|
default |
|
virtualdefault |
|
protected |
|
static |
|
static |
|
static |
|
default |
| Result< ZipSourceWriter > cuttlefish::WritableZipSource::Writer | ( | ) |
|
friend |