weltkante / managed-lzma

C# implementation of LZMA and 7zip
MIT License
140 stars 22 forks source link

Implement DELTA and BZIP2 decoders #14

Open weltkante opened 8 years ago

weltkante commented 8 years ago

As noted in Issue #12 some decoders throw a NotImplementedException. Besides the PPMD decoder covered in said issue there are also decoders for DELTA and BZIP2 formats missing.

Since there is no concrete demand for these I'll delay them a bit, but they'll be included before the nuget packages is considered final.