BZip2InputStream Class

An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.

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

System.Object
   MarshalByRefObject
      Stream
         BZip2InputStream

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

Requirements

Namespace: ICSharpCode.SharpZipLib.BZip2 Namespace

Assembly: SharpZipLib.dll

See Also

BZip2InputStream Members | ICSharpCode.SharpZipLib.BZip2 Namespace