Expand description
beeziptoo
Because we wanted to implement bzip2, too.
https://github.com/dsnet/compress/blob/master/doc/bzip2-format.pdf was used as a reference when writing this library.
Enums§
- Compress
Error - These are the possible errors that can occur during compression.
- Decompress
Error - These are the possible errors that can occur during decompression.
Functions§
- compress
- Compress the given data.
- decompress
- Decompress the given data.