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
outputStream
ZOutputStreamLeaveOpen(Stream, ZStream)
public ZOutputStreamLeaveOpen(Stream output, ZStream z)
Parameters
ZOutputStreamLeaveOpen(Stream, bool)
public ZOutputStreamLeaveOpen(Stream output, bool nowrap)
Parameters
ZOutputStreamLeaveOpen(Stream, int)
public ZOutputStreamLeaveOpen(Stream output, int level)
Parameters
ZOutputStreamLeaveOpen(Stream, int, bool)
public ZOutputStreamLeaveOpen(Stream output, int level, bool nowrap)
Parameters
Methods
Dispose(bool)
Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
protected override void Dispose(bool disposing)