Go to the documentation of this file.
29 #include "../my_config.h"
48 ~
scrambler() {
if(buffer != NULL)
delete [] buffer; };
52 bool skip(
const infinint & pos) {
if(ref == NULL)
throw SRC_BUG;
return ref->
skip(pos); };
57 #ifdef LIBDAR_SPECIAL_ALLOC
70 unsigned char *buffer;