Project

General

Profile

« Previous | Next » 

Revision bc2c94d1

Added by skyjake almost 13 years ago

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.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences