#include "../my_config.h"
#include "infinint.hpp"
#include "generic_file.hpp"
#include "integers.hpp"
#include "wrapperlib.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | libdar |
Classes | |
| class | libdar::compressor |
| compression class for gzip and bzip2 algorithms More... | |
Enumerations | |
| enum | libdar::compression { libdar::none = 'n', libdar::zip = 'p', libdar::gzip = 'z', libdar::bzip2 = 'y' } |
| the different compression algorithm available More... | |
Definition in file compressor.hpp.
1.4.7