Disk ARchive
2.4.2
|
archive global header structure is defined here More...
#include "../my_config.h"
#include "infinint.hpp"
#include "generic_file.hpp"
#include "tools.hpp"
#include "archive_version.hpp"
Go to the source code of this file.
Classes | |
struct | libdar::header_version |
manages of the archive header and trailer More... | |
Namespaces | |
namespace | libdar |
libdar namespace encapsulate all libdar symbols | |
Variables | |
const U_I | libdar::VERSION_FLAG_SAVED_EA_ROOT = 0x80 |
const U_I | libdar::VERSION_FLAG_SAVED_EA_USER = 0x40 |
const U_I | libdar::VERSION_FLAG_SCRAMBLED = 0x20 |
const U_I | libdar::VERSION_FLAG_SEQUENCE_MARK = 0x10 |
const U_I | libdar::VERSION_FLAG_INITIAL_OFFSET = 0x08 |
const U_I | libdar::VERSION_FLAG_HAS_AN_EXTENDED_SIZE = 0x01 |
const U_I | libdar::VERSION_SIZE = 3 |
const U_I | libdar::HEADER_CRC_SIZE = 2 |
archive global header structure is defined here
Definition in file header_version.hpp.