Disk ARchive  2.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Public Member Functions | Static Public Member Functions | List of all members
libdar::elastic Class Reference

the elastic buffer class More...

#include <elastic.hpp>

Public Member Functions

 elastic (U_32 size)
 
 elastic (const unsigned char *buffer, U_32 size, elastic_direction dir, const archive_version &reading_ver)
 
 elastic (generic_file &f, elastic_direction dir, const archive_version &reading_ver)
 
U_32 dump (unsigned char *buffer, U_32 size) const
 
U_32 get_size () const
 

Static Public Member Functions

static U_I max_length ()
 

Detailed Description

the elastic buffer class

the elastic class makes possible to insert arbritrary bytes beside information bytes, and to retreive later without any other knowledge which bytes are information and which byte are from the elastic buffer. The main purpose is for strong encryption

Definition at line 56 of file elastic.hpp.


The documentation for this class was generated from the following file: