<< Previous | Next >>

DecompressFile

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 compressed ZFILE, opened with OpenInputCompressedFile()) is decompressed to the output file (an empty FS2 ZFILE, opened with OpenOutputCompressedFile()).

Parameters

input
Input bit file

output
Output bit file

Return Value

None

Library

LZSS.LIB


Dynamic C Functions << Previous | Next >> rabbit.com