ZipFile: General purpose (un)compression routines
Added ZipFile_Compress() which calls zlib to deflate a data buffer.Renamed ZipFile_InflateLump() to ZipFile_Uncompress().
These should now be used instead of lzss for producing andhandling compressed data.
Note: lzss uses a different compression algorithm so theseroutines are incompatible with it.
View differences
ZipFile: General purpose (un)compression routines
Added ZipFile_Compress() which calls zlib to deflate a data buffer.
Renamed ZipFile_InflateLump() to ZipFile_Uncompress().
These should now be used instead of lzss for producing and
handling compressed data.
Note: lzss uses a different compression algorithm so these
routines are incompatible with it.