Table of Contents

Namespace Ionic.BZip2

Classes

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.