Disk ARchive 2.3.10
Public Member Functions | Protected Member Functions

libdar::scrambler Class Reference

scrambler is a very weak encryption scheme More...

#include <scrambler.hpp>

Inherits libdar::generic_file.

List of all members.

Public Member Functions

 scrambler (user_interaction &dialog, const std::string &pass, generic_file &hidden_side)
bool skip (const infinint &pos)
 skip at the absolute position
bool skip_to_eof ()
 skip to the end of file
bool skip_relative (S_I x)
 skip relatively to the current position
infinint get_position ()
 get the current read/write position

Protected Member Functions

S_I inherited_read (char *a, size_t size)
S_I inherited_write (const char *a, size_t size)

Detailed Description

scrambler is a very weak encryption scheme

Definition at line 44 of file scrambler.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines