Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​IO.​Compression.​ZLibCompressionOptions

Assembly: System.IO.Compression

Inheritance: object → ZLibCompressionOptions

Provides compression options to be used with <see cref="T:System.IO.Compression.ZLibStream" /> , <see cref="T:System.IO.Compression.DeflateStream" /> , and <see cref="T:System.IO.Compression.GZipStream" /> .

Properties

public int
CompressionLevel
Gets or sets the compression level for a compression stream.
CompressionStrategy
Gets or sets the compression algorithm for a compression stream.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object