Table of Contents

Class CBZip2OutputStreamLeaveOpen

Namespace
Org.BouncyCastle.Utilities.Bzip2
Assembly
BouncyCastle.Cryptography.dll
public class CBZip2OutputStreamLeaveOpen : CBZip2OutputStream, IAsyncDisposable, IDisposable
Inheritance
CBZip2OutputStreamLeaveOpen
Implements
Inherited Members

Constructors

CBZip2OutputStreamLeaveOpen(Stream)

public CBZip2OutputStreamLeaveOpen(Stream outStream)

Parameters

outStream Stream

CBZip2OutputStreamLeaveOpen(Stream, int)

public CBZip2OutputStreamLeaveOpen(Stream outStream, int blockSize)

Parameters

outStream Stream
blockSize int

Methods

Dispose(bool)

Releases the unmanaged resources used by the Stream and optionally releases the managed resources.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.