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


Public Member Functions | |
| virtual | ~SeekableZipSourceCallback ()=default |
| virtual bool | SetOffset (int64_t offset)=0 |
| virtual int64_t | Offset ()=0 |
Public Member Functions inherited from cuttlefish::ReadableZipSourceCallback | |
| virtual | ~ReadableZipSourceCallback ()=default |
| virtual bool | Close ()=0 |
| virtual bool | Open ()=0 |
| virtual int64_t | Read (char *data, uint64_t len)=0 |
| virtual uint64_t | Size ()=0 |
|
virtualdefault |
|
pure virtual |
|
pure virtual |