Gazebo Fuel_tools

API Reference

7.3.1

A helper class for making REST requests. More...

#include <Zip.hh>

Static Public Member Functions

static bool Compress (const std::string &_src, const std::string &_dst)
 Compress a file or directory. More...
 
static bool Extract (const std::string &_src, const std::string &_dst)
 Extract a compressed file. More...
 

Detailed Description

A helper class for making REST requests.

Member Function Documentation

◆ Compress()

static bool Compress ( const std::string _src,
const std::string _dst 
)
static

Compress a file or directory.

Parameters
[in]_srcPath to file or directory to compress
[in]_dstOutput compressed file path

◆ Extract()

static bool Extract ( const std::string _src,
const std::string _dst 
)
static

Extract a compressed file.

Parameters
[in]_srcPath to compressed file
[in]_dstOutput extracted file path

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