ICSharpCode.SharpZipLib.BZip2

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ICSharpCode.SharpZipLib.BZip2 Namespace

Namespace hierarchy

Classes

Class Description
BZip2 A helper class to simplify compressing and decompressing streams.
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.