Guitar
Static Public Member Functions | List of all members
zip::Zip Class Reference

#include <zip.h>

Static Public Member Functions

static int archive_main ()
 
static bool extract_from_data (const char *zipdata, size_t zipsize, const std::string &destdir)
 
static bool extract (const std::string &zipfile, const std::string &destdir)
 
static int ziptest ()
 

Member Function Documentation

◆ archive_main()

int zip::Zip::archive_main ( )
static
Here is the call graph for this function:

◆ extract()

bool zip::Zip::extract ( const std::string &  zipfile,
const std::string &  destdir 
)
static

◆ extract_from_data()

bool zip::Zip::extract_from_data ( const char *  zipdata,
size_t  zipsize,
const std::string &  destdir 
)
static

◆ ziptest()

int zip::Zip::ziptest ( )
static

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