Unzip BZ2 format using core c# libraries

35 Views Asked by At

I am trying to unzip a .bz2 file. I don't want to use external unzipping libraries or third party nuget packages. Is there as way to unzip using only c# core libraries ?

0

There are 0 best solutions below