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