aluigi wrote:
decompress:
http://www.csse.monash.edu.au/cluster/R ... ress/bpd.ccompress:
http://www.csse.monash.edu.au/cluster/R ... ress/bpe.cIf you prefer the code that uses the memory instead of file then check src\compression\bpd.c and src\compression\bpe.c in the source code of quickbms:
http://aluigi.org/papers/quickbms_src.zipSorry, I did not get it. How would a script be built to unzip these files?
download/file.php?id=1195-------------------------------------------------------
Thanks for leaving the compression script =D
comtype bpe_compress
get SIZE asize
clog MEMORY_FILE2 0 SIZE SIZE
get ZSIZE asize MEMORY_FILE2
log MEMORY_FILE 0 0
put SIZE long MEMORY_FILE
put ZSIZE long MEMORY_FILE
append
log MEMORY_FILE 0 ZSIZE MEMORY_FILE2
append
get SIZE asize MEMORY_FILE
get NAME filename
log NAME 0 SIZE MEMORY_FILE
--------------------------------------------------