26#ifndef COMPRESS_BLOCK_HEADER_HPP 
   27#define COMPRESS_BLOCK_HEADER_HPP 
   29#include "../my_config.h" 
   45        static constexpr const char H_DATA = 1;
 
   46        static constexpr const char H_EOF = 2;
 
this is the interface class from which all other data transfer classes inherit
 
the arbitrary large positive integer class
 
class generic_file is defined here as well as class fichier
 
switch module to limitint (32 ou 64 bits integers) or infinint
 
libdar namespace encapsulate all libdar symbols