Namespace ICSharpCode.SharpZipLib.BZip2
Classes
BZip2
An example class to demonstrate compression and decompression of BZip2 streams.
BZip2Exception
BZip2Exception represents exceptions specific to BZip2 classes and code.
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.