Table of Contents

Class ZOutputStreamLeaveOpen

Namespace
Org.BouncyCastle.Utilities.Zlib
Assembly
BouncyCastle.Cryptography.dll
public class ZOutputStreamLeaveOpen : ZOutputStream, IAsyncDisposable, IDisposable
Inheritance
ZOutputStreamLeaveOpen
Implements
Inherited Members

Constructors

ZOutputStreamLeaveOpen(Stream)

public ZOutputStreamLeaveOpen(Stream output)

Parameters

output Stream

ZOutputStreamLeaveOpen(Stream, ZStream)

public ZOutputStreamLeaveOpen(Stream output, ZStream z)

Parameters

output Stream
z ZStream

ZOutputStreamLeaveOpen(Stream, bool)

public ZOutputStreamLeaveOpen(Stream output, bool nowrap)

Parameters

output Stream
nowrap bool

ZOutputStreamLeaveOpen(Stream, int)

public ZOutputStreamLeaveOpen(Stream output, int level)

Parameters

output Stream
level int

ZOutputStreamLeaveOpen(Stream, int, bool)

public ZOutputStreamLeaveOpen(Stream output, int level, bool nowrap)

Parameters

output Stream
level int
nowrap bool

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.