Skip to content

Jpn666/jdeflate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jdeflate

Jdeflate is a small stream-oriented compression library (intended to be used as a static library only) with a minimal API. It's not a complete replacement for a more mature and complete library like ZLib but certainly, it can cover some use cases of it.

It's divided into three parts, two of them are for raw deflate encoding and decoding (deflator.h and inflator.h) and the third one is a high-level API to encode and decode zlib, gzip, and raw deflate streams (zstrm.h).

For examples and use you can check the following repository jdeflate-test.

GitHub License GitHub tag (with filter)