jaime-olivares / bzip2

A pure C# implementation of the bzip2 compressor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bzip2.net

A pure C# implementation of the bzip2 compressor

Based on the Java implementation by Matthew Francis: https://github.com/MateuszBartosiewicz/bzip2

The compression algorithm doesn't generate randomized blocks, which is already a deprecated option and may not be decoded by modern bzip2 libraries. Other popular .net compression libraries do generate randomized blocks.

Nuget package: nuget.org/packages/bzip2.net, or simply look for bzip2.net in Visual Studio's nuget package manager

DISCLAIMER: Unfortunately, this library has a well-known bug coming from the original implementation, as reported here

About

A pure C# implementation of the bzip2 compressor

License:MIT License


Languages

Language:C# 100.0%