ICSharpCode.SharpZipLib.BZip2
From SharpZip Compression Library
Classes
| Class | Description |
|---|---|
| BZip2 | Does all the compress and decompress pre-operation stuff. Sets up the streams and file header characters. Uses multiply overloaded methods to call for the compress/decompress. |
| BZip2Constants | Defines internal values for both compression and decompression |
| BZip2Exception | BZip2Exception represents exceptions specific to Bzip2 algorithm |
| BZip2InputStream | An input stream that decompresses files in the BZip2 format |
| BZip2OutputStream | An output stream that compresses into the BZip2 format including file header chars into another stream. |