Disk ARchive  2.4.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Namespaces
escape_catalogue.hpp File Reference

class escape_catalogue definition. Used for sequential writing to archives, as well as several other inherited classes from catalogue.hppThis class inherits from the class catalogue and implements the pre_add(...) method, which role is to add a escape sequence followed by an entry dump (usually used at the end of archive is the so called catalogue part of the archive. This sequence followed by entry dump is added uncompressed before each file's data all along the archive. Ohter inherited classes, implement the escape specific part, used when performing sequential reading of the catalogue More...

#include "../my_config.h"
#include "catalogue.hpp"
#include "escape.hpp"

Go to the source code of this file.

Namespaces

namespace  libdar
 

libdar namespace encapsulate all libdar symbols



Detailed Description

class escape_catalogue definition. Used for sequential writing to archives, as well as several other inherited classes from catalogue.hpp

This class inherits from the class catalogue and implements the pre_add(...) method, which role is to add a escape sequence followed by an entry dump (usually used at the end of archive is the so called catalogue part of the archive. This sequence followed by entry dump is added uncompressed before each file's data all along the archive. Ohter inherited classes, implement the escape specific part, used when performing sequential reading of the catalogue

Definition in file escape_catalogue.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines