Android-cuttlefish cvd tool
Public Member Functions | List of all members
cuttlefish::SeekableZipSourceCallback Class Referenceabstract

#include <zip_cc.h>

Inheritance diagram for cuttlefish::SeekableZipSourceCallback:
Inheritance graph
[legend]
Collaboration diagram for cuttlefish::SeekableZipSourceCallback:
Collaboration graph
[legend]

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
 

Constructor & Destructor Documentation

◆ ~SeekableZipSourceCallback()

virtual cuttlefish::SeekableZipSourceCallback::~SeekableZipSourceCallback ( )
virtualdefault

Member Function Documentation

◆ Offset()

virtual int64_t cuttlefish::SeekableZipSourceCallback::Offset ( )
pure virtual

◆ SetOffset()

virtual bool cuttlefish::SeekableZipSourceCallback::SetOffset ( int64_t  offset)
pure virtual

The documentation for this class was generated from the following file: