Table of Contents

Class ZInputStreamLeaveOpen

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

Constructors

ZInputStreamLeaveOpen(Stream)

public ZInputStreamLeaveOpen(Stream input)

Parameters

input Stream

ZInputStreamLeaveOpen(Stream, ZStream)

public ZInputStreamLeaveOpen(Stream input, ZStream z)

Parameters

input Stream
z ZStream

ZInputStreamLeaveOpen(Stream, bool)

public ZInputStreamLeaveOpen(Stream input, bool nowrap)

Parameters

input Stream
nowrap bool

ZInputStreamLeaveOpen(Stream, int)

public ZInputStreamLeaveOpen(Stream input, int level)

Parameters

input Stream
level int

ZInputStreamLeaveOpen(Stream, int, bool)

public ZInputStreamLeaveOpen(Stream input, int level, bool nowrap)

Parameters

input 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.