Ionic.BZip2 Namespace

From DotNetZip

Ionic Zip Library v1.9.1.6 Ionic.BZip2 Namespace
Reference ► Ionic.BZip2
The Ionic.BZip2 namespace includes classes for doing BZip2 compression and decompression, according to the BZip2 specification provided by Julian Seward.
Declaration Syntax
C# Visual Basic Visual C++
namespace Ionic.BZip2
Namespace Ionic.BZip2
namespace Ionic.BZip2
Types
All Types Classes
Icon Type Description
BZip2InputStream
A read-only decorator stream that performs BZip2 decompression on Read.

BZip2OutputStream
A write-only decorator stream that compresses data as it is written using the BZip2 algorithm.

ParallelBZip2OutputStream
A write-only decorator stream that compresses data as it is written using the BZip2 algorithm. This stream compresses by block using multiple threads.