Android-cuttlefish cvd tool
Classes | Namespaces | Enumerations
zip_cc.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <optional>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for zip_cc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cuttlefish::ReadableZipSourceCallback
 
class  cuttlefish::SeekableZipSourceCallback
 
struct  cuttlefish::ZipStat
 
class  cuttlefish::ReadableZipSource
 
class  cuttlefish::SeekableZipSource
 
class  cuttlefish::WritableZipSource
 
class  cuttlefish::ZipSourceReader
 
class  cuttlefish::SeekingZipSourceReader
 
class  cuttlefish::ZipSourceWriter
 
class  cuttlefish::ReadableZip
 
class  cuttlefish::WritableZip
 

Namespaces

namespace  cuttlefish
 

Enumerations

enum class  cuttlefish::ZipCompression {
  cuttlefish::kDefault , cuttlefish::kStore , cuttlefish::kBzip2 , cuttlefish::kDeflate ,
  cuttlefish::kXz , cuttlefish::kZstd
}