Android-cuttlefish cvd tool
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
cuttlefish::ZipSourceReader Class Reference

#include <zip_cc.h>

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

Public Member Functions

 ZipSourceReader (ZipSourceReader &&)
 
virtual ~ZipSourceReader ()
 
ZipSourceReaderoperator= (ZipSourceReader &&)
 
Result< uint64_t > Read (void *data, uint64_t length)
 

Private Member Functions

 ZipSourceReader (ReadableZipSource *)
 

Private Attributes

ReadableZipSourcesource_
 

Friends

class ReadableZipSource
 
class SeekingZipSourceReader
 

Constructor & Destructor Documentation

◆ ZipSourceReader() [1/2]

cuttlefish::ZipSourceReader::ZipSourceReader ( ZipSourceReader &&  other)

◆ ~ZipSourceReader()

cuttlefish::ZipSourceReader::~ZipSourceReader ( )
virtual

◆ ZipSourceReader() [2/2]

cuttlefish::ZipSourceReader::ZipSourceReader ( ReadableZipSource source)
private

Member Function Documentation

◆ operator=()

ZipSourceReader & cuttlefish::ZipSourceReader::operator= ( ZipSourceReader &&  other)

◆ Read()

Result< uint64_t > cuttlefish::ZipSourceReader::Read ( void *  data,
uint64_t  length 
)

Friends And Related Function Documentation

◆ ReadableZipSource

friend class ReadableZipSource
friend

◆ SeekingZipSourceReader

friend class SeekingZipSourceReader
friend

Member Data Documentation

◆ source_

ReadableZipSource* cuttlefish::ZipSourceReader::source_
private

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