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

Public Member Functions | |
| ReadableZipSource (ReadableZipSource &&) | |
| virtual | ~ReadableZipSource () |
| ReadableZipSource & | operator= (ReadableZipSource &&) |
| Result< ZipStat > | Stat () |
| Result< class ZipSourceReader > | Reader () |
Static Public Member Functions | |
| static Result< ReadableZipSource > | FromCallbacks (std::unique_ptr< ReadableZipSourceCallback >) |
Protected Member Functions | |
| ReadableZipSource (ManagedZipSource) | |
Protected Attributes | |
| ManagedZipSource | raw_ |
Friends | |
| class | ReadableZip |
| class | WritableZip |
| class | ZipSourceReader |
| class | SeekingZipSourceReader |
| class | ZipSourceWriter |
|
default |
|
virtualdefault |
|
protected |
|
static |
|
default |
| Result< ZipSourceReader > cuttlefish::ReadableZipSource::Reader | ( | ) |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |