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


Public Member Functions | |
| 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< 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 | |
| SeekableZipSource (ManagedZipSource) | |
Protected Member Functions inherited from cuttlefish::ReadableZipSource | |
| ReadableZipSource (ManagedZipSource) | |
Friends | |
| class | ReadableZip |
| class | WritableZipSource |
Additional Inherited Members | |
Protected Attributes inherited from cuttlefish::ReadableZipSource | |
| ManagedZipSource | raw_ |
|
default |
|
overridedefault |
|
protected |
|
static |
|
default |
| Result< SeekingZipSourceReader > cuttlefish::SeekableZipSource::Reader | ( | ) |
|
friend |
|
friend |