Disk ARchive
2.4.2
|
the sar class holds all the slicing feature More...
#include "../my_config.h"
#include <string>
#include "infinint.hpp"
#include "generic_file.hpp"
#include "header.hpp"
#include "path.hpp"
#include "integers.hpp"
#include "hash_fichier.hpp"
Go to the source code of this file.
Classes | |
class | libdar::sar |
Sar class stands for Segmentation And Reassembly class. More... | |
class | libdar::trivial_sar |
"trivial sar" emulates the behavior of sar when all data must be keept in a arbitrary length single slice More... | |
Namespaces | |
namespace | libdar |
libdar namespace encapsulate all libdar symbols | |
Functions | |
std::string | libdar::sar_make_filename (const std::string &base_name, const infinint &num, const infinint &min_digits, const std::string &ext) |
return the name of a slice given the base_name, slice number and extension |
the sar class holds all the slicing feature
Definition in file sar.hpp.