BZip2OutputStream Class

An output stream that compresses into the BZip2 format (without the file header chars) into another stream. TODO: Update to BZip2 1.0.1, 1.0.2

For a list of all members of this type, see BZip2OutputStream Members.

System.Object
   MarshalByRefObject
      Stream
         BZip2OutputStream

[Visual Basic]
Public Class BZip2OutputStream
   Inherits Stream
   Implements IDisposable
[C#]
public class BZip2OutputStream : Stream, IDisposable

Requirements

Namespace: ICSharpCode.SharpZipLib.BZip2 Namespace

Assembly: SharpZipLib.dll

See Also

BZip2OutputStream Members | ICSharpCode.SharpZipLib.BZip2 Namespace