<< Previous | Next >> | |
|
void DecompressFile( ZFILE * input, ZFILE * output );
Description
- This is the expansion routine for the LZSS algorithm. It performs the opposite operation of
CompressFile()
. The input file (a compressedZFILE
, opened withOpenInputCompressedFile()
) is decompressed to the output file (an empty FS2ZFILE
, opened withOpenOutputCompressedFile()
).Parameters
- input
- Input bit file
- output
- Output bit file
Return Value
- None
Library
- LZSS.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |